Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 50) 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/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceConfigListenerService.java79 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
81 Log.d(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended()
DDigitalWatchFaceWearableConfigActivity.java94 public void onConnectionSuspended(int cause) { in onCreate()
96 Log.d(TAG, "onConnectionSuspended: " + cause); in onCreate()
DDigitalWatchFaceService.java592 public void onConnectionSuspended(int cause) {
594 Log.d(TAG, "onConnectionSuspended: " + cause);
/development/ndk/platforms/android-L/include/linux/
Dx25.h109 unsigned char cause; member
Drose.h90 unsigned char cause; member
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DDigitalWatchFaceCompanionConfigActivity.java124 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
126 Log.d(TAG, "onConnectionSuspended: " + cause); in onConnectionSuspended()
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DUpdateQuestionService.java102 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneService.java114 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DDeleteService.java111 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/Geofencing/Application/src/com.example.android.wearable.geofencing/
DGeofenceTransitionsIntentService.java115 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/AgendaData/Application/src/com.example.android.wearable.agendadata/
DMainActivity.java175 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DMainActivity.java118 public void onConnectionSuspended(int cause) { in onConnectionSuspended() argument
/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/apps/DevelopmentSettings/
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/apps/Fallback/
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
/development/apps/launchperf/
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/samples/AccelerometerPlay/
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/samples/VoicemailProviderDemo/
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/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/apps/SdkSetup/
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/apps/Development/
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