Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 47) sorted by relevance

12

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMediaButtonHelper.java46 Throwable cause = e.getCause(); in registerMediaButtonEventReceiverCompat()
47 if (cause instanceof RuntimeException) { in registerMediaButtonEventReceiverCompat()
48 throw (RuntimeException) cause; in registerMediaButtonEventReceiverCompat()
49 } else if (cause instanceof Error) { in registerMediaButtonEventReceiverCompat()
50 throw (Error) cause; in registerMediaButtonEventReceiverCompat()
71 Throwable cause = e.getCause(); in unregisterMediaButtonEventReceiverCompat()
72 if (cause instanceof RuntimeException) { in unregisterMediaButtonEventReceiverCompat()
73 throw (RuntimeException) cause; in unregisterMediaButtonEventReceiverCompat()
74 } else if (cause instanceof Error) { in unregisterMediaButtonEventReceiverCompat()
75 throw (Error) cause; in unregisterMediaButtonEventReceiverCompat()
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DFitDistanceWatchFaceConfigActivity.java157 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
159 if (cause == GoogleApiClient.ConnectionCallbacks.CAUSE_NETWORK_LOST) { in onConnectionSuspended()
161 } else if (cause == GoogleApiClient.ConnectionCallbacks.CAUSE_SERVICE_DISCONNECTED) { in onConnectionSuspended()
164 Log.i(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended()
DDigitalWatchFaceCompanionConfigActivity.java124 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
126 Log.d(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceConfigListenerService.java84 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
86 Log.d(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended()
DDigitalWatchFaceWearableConfigActivity.java94 public void onConnectionSuspended(int cause) { in onCreate()
96 Log.d(TAG, "onConnectionSuspended: " + cause); in onCreate()
DFitDistanceWatchFaceService.java508 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
509 Log.d(TAG, "mGoogleApiAndFitCallbacks.onConnectionSuspended: " + cause); in onConnectionSuspended()
DFitStepsWatchFaceService.java508 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
510 Log.d(TAG, "mGoogleApiAndFitCallbacks.onConnectionSuspended: " + cause); in onConnectionSuspended()
DDigitalWatchFaceService.java644 public void onConnectionSuspended(int cause) {
646 Log.d(TAG, "onConnectionSuspended: " + cause);
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DDeleteService.java114 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
116 Log.d(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended()
/development/ndk/platforms/android-21/include/linux/
Dx25.h109 unsigned char cause; member
Drose.h90 unsigned char cause; member
/development/samples/browseable/AutoBackupForApps/
D_index.jd13 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DDisconnectListenerService.java134 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
DFindPhoneService.java118 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
DMainActivity.java252 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
254 Log.d(TAG, "onConnectionSuspended(): Cause id: " + cause); in onConnectionSuspended()
DCalendarQueryService.java186 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
DCheckInAndDeleteDataItemsService.java117 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DUpdateQuestionService.java104 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DGeofenceTransitionsIntentService.java131 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/development/host/windows/usb/
Dreadme.txt30 not break the installation, but it will cause security warnings (that can be
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java210 public void onConnectionSuspended(int cause) {
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt33 advocacy - n. active support of an idea or cause etc.; especially the act of pleading or arguing fo…
47 alter - v. cause to change; make different; cause a transformation
133 causal - j. involving or constituting a cause; causing
198 contribution - n. a voluntary gift (as of money or service or ideas) made to some worthwhile cause
216 …ously, or obtrusively to gain an end or engage in a crusade for a certain cause or person; be an a…
253 diagnosis - n. identifying the nature or cause of some phenomenon
273 dismay - v. fill with apprehension or alarm; cause to be unpleasantly surprised
293 donate - v. give to a charity or good cause
298 dynamics - n. the branch of mechanics concerned with the forces that cause motions of bodies
657 operate - v. handle and cause to function
[all …]
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DMainActivity.java137 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/development/apps/CustomLocale/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/development/cmds/monkey/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices

12