Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 6 of 6) sorted by relevance

/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DAdvertiserService.java196 public void onStartFailure(int errorCode) { in onStartFailure()
216 private void sendFailureIntent(int errorCode){ in sendFailureIntent()
DScannerFragment.java223 public void onScanFailed(int errorCode) { in onScanFailed()
225 Toast.makeText(getActivity(), "Scan failed with error: " + errorCode, Toast.LENGTH_LONG) in onScanFailed() local
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DGeofenceTransitionsIntentService.java74 int errorCode = geoFenceEvent.getErrorCode(); in onHandleIntent() local
DMainActivity.java141 int errorCode = connectionResult.getErrorCode(); in onConnectionFailed() local
/development/samples/training/ads-and-ux/src/com/example/training/ads/
DAdsCatalogActivity.java149 public void onFailedToReceiveAd(Ad ad, ErrorCode errorCode) { in onFailedToReceiveAd()
/development/samples/SipDemo/src/com/example/android/sip/
DWalkieTalkieActivity.java156 public void onRegistrationFailed(String localProfileUri, int errorCode, in initializeLocalProfile()