Home
last modified time | relevance | path

Searched refs:statusCode (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/common/src/java/com/example/android/common/play/
DPlayHelper.java58 int statusCode = GooglePlayServicesUtil in checkGooglePlayServiceAvailability() local
61 if ((statusCode == ConnectionResult.SUCCESS ) in checkGooglePlayServiceAvailability()
65 if (GooglePlayServicesUtil.isUserRecoverableError(statusCode)) { in checkGooglePlayServiceAvailability()
66 Dialog eDialog = GooglePlayServicesUtil.getErrorDialog(statusCode, in checkGooglePlayServiceAvailability()
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/geofencing/
DMainActivity.java200 public void onAddGeofencesResult(int statusCode, String[] geofenceRequestIds) { in onAddGeofencesResult() argument
202 if (LocationStatusCodes.SUCCESS == statusCode) { in onAddGeofencesResult()
207 Log.e(TAG, "Failed to add geofences. Status code: " + statusCode); in onAddGeofencesResult()