Home
last modified time | relevance | path

Searched defs:caller (Results 1 – 13 of 13) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DAlwaysFocusablePipActivity.java31 static void launchAlwaysFocusablePipActivity(Activity caller, boolean newTask) { in launchAlwaysFocusablePipActivity()
35 static void launchAlwaysFocusablePipActivity(Activity caller, boolean newTask, in launchAlwaysFocusablePipActivity()
DTranslucentAssistantActivity.java35 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack()
DAssistantActivity.java81 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack()
DPipActivity.java444 static void launchEnterPipActivity(Activity caller, @Nullable Bundle overrides) { in launchEnterPipActivity()
/cts/tests/tests/app/test-apps/TestComponentCallerApp/src/android/app/cts/testcomponentcaller/
DTestInitialCallerActivity.java61 protected void performTest(Intent intent, ComponentCaller caller) { in performTest()
71 sendTestBroadcast(getUriToCheck(uriLocationId, intent), modeFlags, caller, in performTest() local
97 private void sendTestBroadcast(Uri uri, int modeFlags, ComponentCaller caller, in sendTestBroadcast()
DTestNewIntentCallerActivities.java46 public void onNewIntent(Intent intent, ComponentCaller caller) { in onNewIntent()
DTestResultCallerActivities.java51 ComponentCaller caller) { in onActivityResult()
/cts/tests/fragment/src/android/fragment/cts/
DStrictFragment.java65 public void checkState(String caller, int... expected) { in checkState()
82 public void checkStateAtLeast(String caller, int minState) { in checkStateAtLeast()
/cts/tests/tests/mediastress/jni/
Dnative-media-jni.cpp124 XAAndroidBufferQueueItf caller, in AndroidBufferQueueCallback()
198 static void StreamChangeCallback(XAStreamInformationItf caller, in StreamChangeCallback()
/cts/tests/tests/app/src/android/app/cts/
DComponentCallerTest.java1770 protected void performTest(Intent intent, ComponentCaller caller) { in performTest()
1801 public void onNewIntent(Intent intent, ComponentCaller caller) { in onNewIntent()
1825 ComponentCaller caller = getCurrentCaller(); in onNewIntent() local
1839 public void onNewIntent(Intent intent, ComponentCaller caller) { in onNewIntent()
1869 ComponentCaller caller = getCurrentCaller(); in onActivityResult() local
1884 ComponentCaller caller) { in onActivityResult()
DShareIdentityTest.java1384 ComponentCaller caller = getCurrentCaller(); in onNewIntent() local
1401 public void onNewIntent(Intent intent, ComponentCaller caller) { in onNewIntent()
1460 protected void performResult(Intent intent, ComponentCaller caller) { in performResult()
1489 ComponentCaller caller) { in onActivityResult()
/cts/hostsidetests/securitybulletin/test-apps/BUG-261036568/content-provider/src/android/security/cts/BUG_261036568_provider/
DImageProvider.java156 UserHandle caller = getCallingUserHandle(); in maybeRecordUriAccess() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioFocusTest.java1286 void waitForFocusChange(String caller, long timeoutMs, boolean shouldAcquire) in waitForFocusChange()