Searched refs:statusCode (Results 1 – 2 of 2) sorted by relevance
58 int statusCode = GooglePlayServicesUtil in checkGooglePlayServiceAvailability() local61 if ((statusCode == ConnectionResult.SUCCESS ) in checkGooglePlayServiceAvailability()65 if (GooglePlayServicesUtil.isUserRecoverableError(statusCode)) { in checkGooglePlayServiceAvailability()66 Dialog eDialog = GooglePlayServicesUtil.getErrorDialog(statusCode, in checkGooglePlayServiceAvailability()
200 public void onAddGeofencesResult(int statusCode, String[] geofenceRequestIds) { in onAddGeofencesResult() argument202 if (LocationStatusCodes.SUCCESS == statusCode) { in onAddGeofencesResult()207 Log.e(TAG, "Failed to add geofences. Status code: " + statusCode); in onAddGeofencesResult()