HomeSort by relevance Sort by last modified time
    Searched refs:mApiClient (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 67 private GoogleApiClient mApiClient;
84 mApiClient = new GoogleApiClient.Builder(this)
90 mApiClient.connect();
154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList,
163 LocationServices.GeofencingApi.removeGeofences(mApiClient, mGeofenceRequestIntent);
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 67 private GoogleApiClient mApiClient;
84 mApiClient = new GoogleApiClient.Builder(this)
90 mApiClient.connect();
154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList,
163 LocationServices.GeofencingApi.removeGeofences(mApiClient, mGeofenceRequestIntent);
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java 67 private GoogleApiClient mApiClient;
84 mApiClient = new GoogleApiClient.Builder(this)
90 mApiClient.connect();
154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList,
163 LocationServices.GeofencingApi.removeGeofences(mApiClient, mGeofenceRequestIntent);

Completed in 59 milliseconds