Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 29) sorted by relevance

12

/cts/tests/tests/app/src/android/app/cts/
DInstrumentation_ActivityMonitorTest.java74 IntentFilter which = new IntentFilter(); in testActivityMonitor() local
75 am = new ActivityMonitor(which, result, false); in testActivityMonitor()
76 assertSame(which, am.getFilter()); in testActivityMonitor()
DAlertDialog_BuilderTest.java71 public void onClick(DialogInterface dialog, int which) {
101 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
102 mSelectedItems.add(which);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcDialogs.java37 public void onClick(DialogInterface dialog, int which) { in createNotEnabledDialog()
52 public void onClick(DialogInterface dialog, int which) {
77 public void onClick(DialogInterface dialog, int which) {
DTagVerifierActivity.java317 public void onClick(DialogInterface dialog, int which) { in createTestableTagDiscoveredDialog()
/cts/tools/dex-tools/
DREADME.txt18 doc : dex file spec on which this parser is based
28 TODO.txt : tasks which are still open
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DConnectionAccessServerActivity.java160 public void onClick(DialogInterface dialog, int which) { in onReceive()
167 public void onClick(DialogInterface dialog, int which) { in onReceive()
DDevicePickerActivity.java170 public void onClick(DialogInterface dialog, int which) { in onItemClick()
DMessageTestActivity.java347 public void onClick(DialogInterface dialog, int which) { in showPairingErrorDialog()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
DSuidFilesActivity.java79 public void onClick(DialogInterface dialog, int which) { in onCreate()
85 public void onClick(DialogInterface dialog, int which) { in onCreate()
269 public void onClick(DialogInterface dialog, int which) { in onPostExecute()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DRequesterTestActivity.java269 public void onClick(DialogInterface dialog, int which) { in showSelectTargetDialog()
272 if (i == which) { in showSelectTargetDialog()
DP2pTestListActivity.java148 public void onClick(DialogInterface dialog, int which) { in showP2pEnableDialog()
/cts/tests/app/src/android/app/cts/
DDialogStubActivity.java371 public void onClick(DialogInterface dialog, int which) { in onClick() argument
400 public void onClick(DialogInterface dialog, int which) { in onClick() argument
402 super.onClick(dialog, which); in onClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java136 public void onClick(DialogInterface dialog, int which) { in showManualTestDialog()
142 public void onClick(DialogInterface dialog, int which) { in showManualTestDialog()
DPassFailButtons.java373 public void onClick(DialogInterface dialog, int which) { in createInfoDialog()
/cts/tools/signature-tools/
DREADME.txt54 TODO.txt : tasks which are still open
/cts/tests/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java536 for (int which = DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE; in testKeyguardDisabledFeatures()
537 which < 2 * DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT; ++which) { in testKeyguardDisabledFeatures()
538 mDevicePolicyManager.setKeyguardDisabledFeatures(mComponent, which); in testKeyguardDisabledFeatures()
539 assertEquals(which, mDevicePolicyManager.getKeyguardDisabledFeatures(mComponent)); in testKeyguardDisabledFeatures()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java259 public void onClick(DialogInterface dialog, int which) { in onPictureTaken()
381 public void onClick(DialogInterface dialog, int which) { in showNextDialogToChoosePreviewSize()
382 Camera.Size size = sizes.get(which); in showNextDialogToChoosePreviewSize()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DPlayVideoActivity.java120 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
DStreamingVideoActivity.java171 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DBaseEmulatorActivity.java95 public void onClick(DialogInterface dialog, int which) { in makePaymentDefault()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
DUsbAccessoryTestActivity.java117 public void onClick(DialogInterface dialog, int which) { in showNoUsbAccessoryDialog()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java752 public void onClick(DialogInterface dialog, int which) { in failTest()
753 switch (which) { in failTest()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Audio_Playlists_MembersTest.java104 private long insertAudioItem(MockAudioMediaInfo which) { in insertAudioItem() argument
105 Uri uri = which.insertToExternal(mContentResolver); in insertAudioItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
DBackupTestActivity.java250 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js3269 if ( event.which == null ) {
3270 event.which = original.charCode != null ? original.charCode : original.keyCode;
3301 if ( !event.which && button !== undefined ) {
3302 event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );
6757 which = name === "width" ? cssWidth : cssHeight,
6759 len = which.length;
6765 val -= parseFloat( jQuery.css( elem, "padding" + which[ i ] ) ) || 0;
6768 val += parseFloat( jQuery.css( elem, extra + which[ i ] ) ) || 0;
6770 val -= parseFloat( jQuery.css( elem, "border" + which[ i ] + "Width" ) ) || 0;
6789 val += parseFloat( jQuery.css( elem, "padding" + which[ i ] ) ) || 0;
[all …]

12