Searched defs:caller (Results 1 – 13 of 13) sorted by relevance
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | AlwaysFocusablePipActivity.java | 31 static void launchAlwaysFocusablePipActivity(Activity caller, boolean newTask) { in launchAlwaysFocusablePipActivity() 35 static void launchAlwaysFocusablePipActivity(Activity caller, boolean newTask, in launchAlwaysFocusablePipActivity()
|
D | TranslucentAssistantActivity.java | 35 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack()
|
D | AssistantActivity.java | 81 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack()
|
D | PipActivity.java | 444 static void launchEnterPipActivity(Activity caller, @Nullable Bundle overrides) { in launchEnterPipActivity()
|
/cts/tests/tests/app/test-apps/TestComponentCallerApp/src/android/app/cts/testcomponentcaller/ |
D | TestInitialCallerActivity.java | 61 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()
|
D | TestNewIntentCallerActivities.java | 46 public void onNewIntent(Intent intent, ComponentCaller caller) { in onNewIntent()
|
D | TestResultCallerActivities.java | 51 ComponentCaller caller) { in onActivityResult()
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | StrictFragment.java | 65 public void checkState(String caller, int... expected) { in checkState() 82 public void checkStateAtLeast(String caller, int minState) { in checkStateAtLeast()
|
/cts/tests/tests/mediastress/jni/ |
D | native-media-jni.cpp | 124 XAAndroidBufferQueueItf caller, in AndroidBufferQueueCallback() 198 static void StreamChangeCallback(XAStreamInformationItf caller, in StreamChangeCallback()
|
/cts/tests/tests/app/src/android/app/cts/ |
D | ComponentCallerTest.java | 1770 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()
|
D | ShareIdentityTest.java | 1384 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/ |
D | ImageProvider.java | 156 UserHandle caller = getCallingUserHandle(); in maybeRecordUriAccess() local
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioFocusTest.java | 1286 void waitForFocusChange(String caller, long timeoutMs, boolean shouldAcquire) in waitForFocusChange()
|