Home
last modified time | relevance | path

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

12

/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/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/app/src/android/app/cts/
DInstrumentation_ActivityMonitorTest.java75 IntentFilter which = new IntentFilter(); in testActivityMonitor() local
76 am = new ActivityMonitor(which, result, false); in testActivityMonitor()
77 assertSame(which, am.getFilter()); in testActivityMonitor()
DAlertDialog_BuilderCursorTest.java78 public void onClick(DialogInterface dialog, int which, in onClick() argument
82 mCursor.moveToPosition(which); in onClick()
89 mCheckedTracker[which] = isChecked; in onClick()
/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/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/tests/os/jni/seccomp-tests/
Dlocal-modifications-android-2.diff109 - /* Interrupt poll with SIGSTOP (which we'll need to handle). */
110 + /* Interrupt nanosleep with SIGSTOP (which we'll need to handle). */
118 - /* Restart poll with SIGCONT, which triggers restart_syscall. */
119 + /* Restart nanosleep with SIGCONT, which triggers restart_syscall. */
/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/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/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/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/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java133 public void onClick(DialogInterface dialog, int which) { in showManualTestDialog()
139 public void onClick(DialogInterface dialog, int which) { in showManualTestDialog()
/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/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/usb/
DUsbAccessoryTestActivity.java141 public void onClick(DialogInterface dialog, int which) { in onCreate()
167 public void onClick(DialogInterface dialog, int which) { in showNoUsbAccessoryDialog()
/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/notifications/
DAttentionManagementVerifierActivity.java818 private void sendNotifications(int which, int uriMode, boolean usePriorities, boolean noisy) { in sendNotifications() argument
829 if ((which & SEND_B) != 0) { in sendNotifications()
841 if ((which & SEND_C) != 0) { in sendNotifications()
853 if ((which & SEND_A) != 0) { in sendNotifications()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DBaseEmulatorActivity.java95 public void onClick(DialogInterface dialog, int which) { in makePaymentDefault()

12