Searched defs:where (Results 1 – 7 of 7) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AutofillTestWatcher.java | 87 public static void registerActivity(@NonNull String where, in registerActivity() 106 public static void unregisterActivity(@NonNull String where, in unregisterActivity()
|
D | AuthenticationTest.java | 682 private void fillDatasetAuthWithClientState(ClientStateLocation where) throws Exception { in fillDatasetAuthWithClientState() 1054 private void fillResponseAuthWithClientState(ClientStateLocation where) throws Exception { in fillResponseAuthWithClientState() 1121 private void assertClientState(String where, Bundle data, String expectedKey, in assertClientState()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | ActivityTestsBase.java | 92 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() 119 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithActivity() local 126 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local 132 RuntimeException where) { in finishWithResult()
|
D | LaunchpadActivity.java | 80 void activityFinished(int resultCode, Intent data, RuntimeException where); in activityFinished() 442 private void checkLifecycle(String where) { in checkLifecycle()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ActivityTestsBase.java | 87 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() 114 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local 119 public void finishWithResult(int resultCode, Intent data, RuntimeException where) { in finishWithResult()
|
D | LaunchpadActivity.java | 76 public void activityFinished(int resultCode, Intent data, RuntimeException where); in activityFinished() 435 private void checkLifecycle(String where) { in checkLifecycle()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 3365 String where = null; in getInstances() local 3416 String where = null; in getInstancesSearch() local
|