Home
last modified time | relevance | path

Searched defs:launchActivity (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DWindowManagerPerfTestBase.java59 PerfTestActivityRule(boolean launchActivity) { in PerfTestActivityRule()
79 public PerfTestActivity launchActivity(Intent intent) { in launchActivity() method in WindowManagerPerfTestBase.PerfTestActivityRule
/frameworks/base/core/java/android/app/
DISearchManager.aidl28 SearchableInfo getSearchableInfo(in ComponentName launchActivity); in getSearchableInfo()
DSearchManager.java606 ComponentName launchActivity, in startSearch()
622 ComponentName launchActivity, in startSearch()
744 ComponentName launchActivity, in triggerSearch()
/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
DImePerfTestBase.java32 public PerfTestActivity launchActivity(Intent intent) { in launchActivity() method in ImePerfTestBase.PerfTestActivityRule
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
DAbstractContentCapturePerfTestCase.java246 protected CustomTestActivity launchActivity() { in launchActivity() method in AbstractContentCapturePerfTestCase
253 protected CustomTestActivity launchActivity(int layoutId, int numViews) { in launchActivity() method in AbstractContentCapturePerfTestCase
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DWindowPerfTestBase.java180 public PerfTestActivityRuleBase(boolean launchActivity) { in PerfTestActivityRuleBase()
189 public PerfTestActivity launchActivity() { in launchActivity() method in WindowPerfTestBase.PerfTestActivityRuleBase
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DSdCardEjectionTests.kt85 fun launchActivity() { in launchActivity() method in com.android.server.pm.test.SdCardEjectionTests
/frameworks/base/core/tests/coretests/src/android/view/
DAccessibilityInteractionControllerTest.java121 private void launchActivity() { in launchActivity() method in AccessibilityInteractionControllerTest
/frameworks/base/test-base/src/android/test/
DInstrumentationTestCase.java95 public final <T extends Activity> T launchActivity( in launchActivity() method in InstrumentationTestCase
/frameworks/base/core/tests/mockingcoretests/src/android/app/activity/
DActivityThreadClientTest.java239 private Activity launchActivity(ActivityClientRecord r) { in launchActivity() method in ActivityThreadClientTest.ClientMockSession
/frameworks/base/services/core/java/com/android/server/search/
DSearchManagerService.java220 public SearchableInfo getSearchableInfo(final ComponentName launchActivity) { in getSearchableInfo()
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java266 private void launchActivity(String packageName, Intent intent) { in launchActivity() method in AppCompatibility