Home
last modified time | relevance | path

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

12

/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile69 # Python expression which should return a note less than 10 (10 is the highest
70 # note). You have access to the variables errors warning, statement which
103 # Regular expression which should only match correct argument names
106 # Regular expression which should only match correct instance attribute names
112 # Bad variable names which should always be refused, separated by a comma
115 # Regular expression which should only match correct attribute names in class
119 # Regular expression which should only match correct class names
122 # Regular expression which should only match correct module level names
129 # Regular expression which should only match correct function names
133 # Good variable names which should always be accepted, separated by a comma
[all …]
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTriggerContentTest.java111 private void cleanupActive(int which) { in cleanupActive() argument
112 if (mActiveUris[which] != null) { in cleanupActive()
113 getContext().getContentResolver().delete(mActiveUris[which], null, null); in cleanupActive()
114 mActiveUris[which] = null; in cleanupActive()
116 if (mActiveFiles[which] != null) { in cleanupActive()
117 mActiveFiles[which].delete(); in cleanupActive()
118 mActiveFiles[which] = null; in cleanupActive()
189 public Uri makeActiveFile(int which, File file, InputStream source) throws IOException, in makeActiveFile() argument
191 mActiveFiles[which] = file; in makeActiveFile()
192 mActiveUris[which] = createAndAddImage(file, source); in makeActiveFile()
[all …]
/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) {
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DWebLinkActivity.java44 public void onClick(DialogInterface dialog, int which) { in onCreate()
52 public void onClick(DialogInterface dialog, int which) { in onCreate()
/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/tests/app/src/android/app/cts/
DAlertDialog_BuilderCursorTest.java79 public void onClick(DialogInterface dialog, int which, in onClick() argument
83 mCursor.moveToPosition(which); in onClick()
90 mCheckedTracker[which] = isChecked; in onClick()
DInstrumentation_ActivityMonitorTest.java81 IntentFilter which = new IntentFilter(); in testActivityMonitor() local
82 am = new ActivityMonitor(which, result, false); in testActivityMonitor()
83 assertSame(which, am.getFilter()); in testActivityMonitor()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java117 .setPositiveButton(R.string.go_button_text, (DialogInterface dialog, int which) -> in setScreenLock()
135 .setPositiveButton(R.string.go_button_text, (DialogInterface dialog, int which) -> in removeScreenLock()
DRecentsRedactionActivity.java112 .setPositiveButton(android.R.string.ok, (DialogInterface dialog, int which) -> { in requestRemovePassword()
/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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
DLap2Dialog.java52 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
/cts/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java102 for (int which = DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE; in testKeyguardDisabledFeatures()
103 which < 2 * DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT; ++which) { in testKeyguardDisabledFeatures()
104 mDevicePolicyManager.setKeyguardDisabledFeatures(mComponent, which); in testKeyguardDisabledFeatures()
105 assertEquals(which, mDevicePolicyManager.getKeyguardDisabledFeatures(mComponent)); in testKeyguardDisabledFeatures()
/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/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT49 have its own individual LICENSE.TXT file in the directory in which it appears.
50 This file will describe the copyrights, license, and restrictions which apply
DRationale16 performance indication which is more meaningful than MIPS numbers
17 which, in their literal meaning (million instructions per second),
83 The initialization and UNIX instrumentation part - which had been
126 on the distribution statistics which have been updated for this
166 variable (Bool_Loc); Bool_Loc would be a "dead variable" which is not
228 Obviously, a C library which includes efficiently coded "strcpy" and
265 unit) which may prevent its general use in practical programming. I
305 indicate which compiler optimization levels have been used, and
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayer_info.rsh18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
Dlayer_info_fast.rsh18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
Dpixel_format_f32.rsh4 // FocusPixel is the pixel format in the input image, which serves the
/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java396 public void onClick(DialogInterface dialog, int which) { in onClick() argument
425 public void onClick(DialogInterface dialog, int which) { in onClick() argument
427 super.onClick(dialog, which); in onClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java152 public void onClick(DialogInterface dialog, int which) { in showManualTestDialog()
158 public void onClick(DialogInterface dialog, int which) { in showManualTestDialog()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java263 public void onClick(DialogInterface dialog, int which) { in onPictureTaken()
386 public void onClick(DialogInterface dialog, int which) { in showNextDialogToChoosePreviewSize()
387 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DTestListActivity.java161 public void onClick(DialogInterface dialog, int which) { in showAwareEnableDialog()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java858 private void sendNotifications(int which, int uriMode, boolean usePriorities, boolean noisy) { in sendNotifications() argument
871 if ((which & SEND_B) != 0) { in sendNotifications()
882 if ((which & SEND_C) != 0) { in sendNotifications()
894 if ((which & SEND_A) != 0) { in sendNotifications()

12