Home
last modified time | relevance | path

Searched defs:which (Results 1 – 8 of 8) sorted by relevance

/cts/tests/app/src/android/app/cts/
DWallpaperManagerTest.java89 int which = WallpaperManager.FLAG_SYSTEM; in setBitmapTest() local
106 int which = WallpaperManager.FLAG_SYSTEM; in setResourceTest() local
331 private void verifyColorListenerInvoked(int which, int whichExpected) { in verifyColorListenerInvoked()
385 private void verifyColorListenerInvokedClearing(int which) { in verifyColorListenerInvokedClearing()
479 public void onColorsChanged(WallpaperColors colors, int which) { in onColorsChanged()
DAlertDialog_BuilderCursorTest.java81 public void onClick(DialogInterface dialog, int which, in onClick()
DInstrumentation_ActivityMonitorTest.java81 IntentFilter which = new IntentFilter(); in testActivityMonitor() local
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTriggerContentTest.java104 private void cleanupActive(int which) { in cleanupActive()
183 public Uri makeActiveFile(int which, File file, InputStream source) throws IOException, in makeActiveFile()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Audio_Playlists_MembersTest.java130 private long insertAudioItem(MockAudioMediaInfo which) { in insertAudioItem()
/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java396 public void onClick(DialogInterface dialog, int which) { in onClick()
425 public void onClick(DialogInterface dialog, int which) { in onClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java994 private void sendNotifications(int which, int uriMode, boolean usePriorities, boolean noisy) { in sendNotifications()
1043 private void sendEventAlarmReminderNotifications(int which) { in sendEventAlarmReminderNotifications()
1082 private void sendAlarmOtherMediaNotifications(int which) { in sendAlarmOtherMediaNotifications()
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp1137 void MakeCurrent(int which) { in MakeCurrent()