public class MockLocationObservable extends BaseLocationObservable<Status>
| Modifier | Constructor and Description |
|---|---|
protected |
MockLocationObservable(android.content.Context ctx,
<any> locationObservable) |
| Modifier and Type | Method and Description |
|---|---|
static <any> |
createObservable(android.content.Context context,
<any> locationObservable) |
protected void |
onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer) |
protected void |
onUnsubscribed(GoogleApiClient locationClient) |
call, createApiClientprotected MockLocationObservable(android.content.Context ctx,
<any> locationObservable)
public static <any> createObservable(android.content.Context context,
<any> locationObservable)
protected void onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer)
onGoogleApiClientReady in class BaseObservable<Status>protected void onUnsubscribed(GoogleApiClient locationClient)
onUnsubscribed in class BaseObservable<Status>