Home
last modified time | relevance | path

Searched refs:where (Results 1 – 13 of 13) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DActivityTestsBase.java92 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() argument
93 finishWithResult(resultCode, data, null, where); in activityFinished()
119 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithActivity() local
120 where.fillInStackTrace(); in finishWithActivity()
121 finishWithResult(Activity.RESULT_OK, null, activity, where); in finishWithActivity()
126 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local
127 where.fillInStackTrace(); in finishWithResult()
128 finishWithResult(resultCode, data, null, where); in finishWithResult()
132 RuntimeException where) { in finishWithResult() argument
137 mResultStack = where; in finishWithResult()
DLaunchpadActivity.java80 void activityFinished(int resultCode, Intent data, RuntimeException where); in activityFinished() argument
442 private void checkLifecycle(String where) { in checkLifecycle() argument
450 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
457 if (mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle()
458 Log.w(TAG, "Matched: " + where); in checkLifecycle()
461 Log.w(TAG, "Expected " + mExpectedLifecycle[mNextLifecycle] + " but got " + where); in checkLifecycle()
466 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
/cts/tests/tests/os/src/android/os/cts/
DActivityTestsBase.java87 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() argument
88 finishWithResult(resultCode, data, where); in activityFinished()
114 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local
115 where.fillInStackTrace(); in finishWithResult()
116 finishWithResult(resultCode, data, where); in finishWithResult()
119 public void finishWithResult(int resultCode, Intent data, RuntimeException where) { in finishWithResult() argument
123 mResultStack = where; in finishWithResult()
DLaunchpadActivity.java76 public void activityFinished(int resultCode, Intent data, RuntimeException where); in activityFinished() argument
435 private void checkLifecycle(String where) { in checkLifecycle() argument
443 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
450 if (mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle()
451 Log.w(TAG, "Matched: " + where); in checkLifecycle()
454 Log.w(TAG, "Expected " + mExpectedLifecycle[mNextLifecycle] + " but got " + where); in checkLifecycle()
459 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAutofillTestWatcher.java80 public static void registerActivity(@NonNull String where, in registerActivity() argument
86 Log.v(TAG, "registering activity on " + where + ": " + activity); in registerActivity()
99 public static void unregisterActivity(@NonNull String where, in unregisterActivity() argument
104 Log.d(TAG, "unregistered activity on " + where + ": " + activity); in unregisterActivity()
106 Log.v(TAG, "ignoring already unregistered activity on " + where + ": " + activity); in unregisterActivity()
DAuthenticationTest.java682 private void fillDatasetAuthWithClientState(ClientStateLocation where) throws Exception { in fillDatasetAuthWithClientState() argument
691 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState()
735 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState()
1054 private void fillResponseAuthWithClientState(ClientStateLocation where) throws Exception { in fillResponseAuthWithClientState() argument
1068 if (where == ClientStateLocation.FILL_RESPONSE_ONLY || where == ClientStateLocation.BOTH) { in fillResponseAuthWithClientState()
1072 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState()
1115 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState()
1121 private void assertClientState(String where, Bundle data, String expectedKey, in assertClientState() argument
1123 assertWithMessage("no client state on %s", where).that(data).isNotNull(); in assertClientState()
1125 assertWithMessage("invalid value for %s on %s", expectedKey, where) in assertClientState()
/cts/hostsidetests/appsecurity/res/pkgsigverify/
DREADME.txt9 where some fields may not be present, but have the following meaning:
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale33 class of systems (microcomputers, minicomputers, workstations) where
115 where optimizing compilers may not generate code for some statements.
223 calls, these functions are defined for null-terminated strings where
250 difference in execution time to a Dhrystone version where all
253 practice, where programs consist of several independently compiled
278 Although Dhrystone contains some very short procedures where
300 example, there are several places in Dhrystone where performance
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dpixel_format_f32.rsh37 // matte is between 0 and dilation_radius+1, where dilation_radius is defined
/cts/tests/tests/os/assets/minijail/
Disolated-common.policy12 # This policy assumes clk_id is at least 32-bit wide, where the MSB means it is negative.
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java3365 String where = null; in getInstances() local
3368 where += " OR "; in getInstances()
3370 where = ""; in getInstances()
3372 where += (Instances.CALENDAR_ID + "=" + calendarIds[i]); in getInstances()
3374 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstances()
3416 String where = null; in getInstancesSearch() local
3419 where += " OR "; in getInstancesSearch()
3421 where = ""; in getInstancesSearch()
3423 where += (Instances.CALENDAR_ID + "=" + calendarIds[i]); in getInstancesSearch()
3428 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstancesSearch()
/cts/tools/dasm/src/java_cup/
Dparser.cup88 /** where we are currently in building a right hand side */
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile10 # file where it should appear only once).You can also use "--disable=all" to