Searched refs:errorCode (Results 1 – 2 of 2) sorted by relevance
70 int errorCode = LocationClient.getErrorCode(intent); in onHandleIntent() local71 Log.e(TAG, "Location Services error: " + errorCode); in onHandleIntent()
166 int errorCode = connectionResult.getErrorCode(); in onConnectionFailed() local167 Log.e(TAG, "Connection to Google Play services failed with error code " + errorCode); in onConnectionFailed()