Home
last modified time | relevance | path

Searched refs:launchActivity (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java144 IntentForwarderWrapperActivity activity = mActivityRule.launchActivity(intent); in forwardToManagedProfile_canForward_sendIntent()
177 IntentForwarderWrapperActivity activity = mActivityRule.launchActivity(intent); in forwardToManagedProfile_cannotForward_sendIntent()
198 IntentForwarderWrapperActivity activity = mActivityRule.launchActivity(intent); in forwardToManagedProfile_noManagedProfile_sendIntent()
224 IntentForwarderWrapperActivity activity = mActivityRule.launchActivity(intent); in forwardToManagedProfile_canForward_chooserIntent()
262 IntentForwarderWrapperActivity activity = mActivityRule.launchActivity(intent); in forwardToManagedProfile_canForward_selectorIntent()
291 mActivityRule.launchActivity(intent); in shouldSkipDisclosure_notWhitelisted()
306 mActivityRule.launchActivity(intent); in shouldSkipDisclosure_withResolverActivity()
318 mActivityRule.launchActivity(intent); in shouldSkipDisclosure_callIntent_call()
330 mActivityRule.launchActivity(intent); in shouldSkipDisclosure_callIntent_callPrivileged()
342 mActivityRule.launchActivity(intent); in shouldSkipDisclosure_callIntent_callEmergency()
[all …]
DChooserActivityTest.java144 final ChooserWrapperActivity activity = mActivityRule.launchActivity( in customTitle()
161 mActivityRule.launchActivity(Intent.createChooser(sendIntent, "chooser test")); in customTitleIgnoredForSendIntents()
174 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in emptyTitle()
188 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in emptyPreviewTitleAndThumbnail()
203 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in visiblePreviewTitleWithoutThumbnail()
220 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in visiblePreviewTitleWithInvalidThumbnail()
238 mActivityRule.launchActivity(Intent.createChooser(sendIntent, null)); in visiblePreviewTitleAndThumbnail()
254 .launchActivity(Intent.createChooser(sendIntent, null)); in twoOptionsAndUserSelectsOne()
283 .launchActivity(Intent.createChooser(sendIntent, null)); in updateChooserCountsAndModelAfterUserSelection()
310 .launchActivity(Intent.createChooser(sendIntent, null)); in noResultsFromPackageManager()
[all …]
DResolverActivityTest.java84 final ResolverWrapperActivity activity = mActivityRule.launchActivity(sendIntent); in twoOptionsAndUserSelectsOne()
114 final ResolverWrapperActivity activity = mActivityRule.launchActivity(sendIntent); in setMaxHeight()
157 final ResolverWrapperActivity activity = mActivityRule.launchActivity(sendIntent); in setShowAtTopToTrue()
187 final ResolverWrapperActivity activity = mActivityRule.launchActivity(sendIntent); in hasLastChosenActivity()
216 final ResolverWrapperActivity activity = mActivityRule.launchActivity(sendIntent); in hasOtherProfileOneOption()
253 final ResolverWrapperActivity activity = mActivityRule.launchActivity(sendIntent); in hasOtherProfileTwoOptionsAndUserSelectsOne()
298 final ResolverWrapperActivity activity = mActivityRule.launchActivity(sendIntent); in hasLastChosenActivityAndOtherProfile()
/frameworks/base/core/tests/mockingcoretests/src/android/app/activity/
DActivityThreadClientTest.java81 clientSession.launchActivity(r); in testWindowVisibilityChange_OnCreate()
98 Activity activity = clientSession.launchActivity(r); in testWindowVisibilityChange_OnCreate_Finished()
116 clientSession.launchActivity(r); in testWindowVisibilityChange_OnStart()
134 Activity activity = clientSession.launchActivity(r); in testWindowVisibilityChange_OnStart_Finished()
153 clientSession.launchActivity(r); in testWindowVisibilityChange_OnResume()
172 clientSession.launchActivity(r); in testWindowVisibilityChange_OnPause()
192 clientSession.launchActivity(r); in testWindowVisibilityChange_OnStop()
213 Activity activity = clientSession.launchActivity(r); in testLifecycleAfterFinished_OnCreate()
240 Activity activity = clientSession.launchActivity(r); in testLifecycleAfterFinished_OnStart()
265 Activity activity = clientSession.launchActivity(r); in testLifecycleAfterFinished_OnResume()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java79 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testDoubleRelaunch()
89 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testResumeAfterRelaunch()
99 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testSleepAndStop()
110 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testRepeatedResume()
127 final Activity activity = mActivityTestRule.launchActivity(initIntent); in testCustomIntentPreservedOnRelaunch()
154 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged()
165 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivity_assetsChanged()
193 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged_DropStaleConfigurations()
211 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged_ApplyNewConfigurations()
229 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged_PickNewerPendingConfiguration()
[all …]
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
DChangeTouchModeTest.java77 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null); in testTouchModeFalseAcrossActivites()
93 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null); in testTouchModeTrueAcrossActivites()
111 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null); in testTouchModeChangedInOtherActivity()
/frameworks/base/core/java/android/app/
DSearchManager.java603 ComponentName launchActivity, in startSearch() argument
606 startSearch(initialQuery, selectInitialQuery, launchActivity, in startSearch()
619 ComponentName launchActivity, in startSearch() argument
633 mSearchDialog.show(initialQuery, selectInitialQuery, launchActivity, appSearchData); in startSearch()
741 ComponentName launchActivity, in triggerSearch() argument
747 startSearch(query, false, launchActivity, appSearchData, false); in triggerSearch()
DISearchManager.aidl28 SearchableInfo getSearchableInfo(in ComponentName launchActivity); in getSearchableInfo() argument
/frameworks/base/core/tests/coretests/src/android/view/
DAccessibilityInteractionControllerTest.java82 launchActivity(); in setUp()
121 private void launchActivity() { in launchActivity() method in AccessibilityInteractionControllerTest
139 final Activity activity = mActivityRule.launchActivity(null); in launchActivity()
/frameworks/base/services/core/java/com/android/server/search/
DSearchManagerService.java230 public SearchableInfo getSearchableInfo(final ComponentName launchActivity) { in getSearchableInfo() argument
231 if (launchActivity == null) { in getSearchableInfo()
235 return getSearchables(UserHandle.getCallingUserId()).getSearchableInfo(launchActivity); in getSearchableInfo()
/frameworks/base/test-runner/src/android/test/
DSingleLaunchActivityTestCase.java73 sActivity = launchActivity(mPackage, mActivityClass, null); in setUp()
DActivityInstrumentationTestCase.java76 setActivity(launchActivity(targetPackageName, mActivityClass, null)); in setUp()
DActivityInstrumentationTestCase2.java104 a = launchActivity(targetPackage, mActivityClass, null); in getActivity()
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java151 launchActivity(packageName, intent); in testAppStability()
266 private void launchActivity(String packageName, Intent intent) { in launchActivity() method in AppCompatibility
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DScrollingThroughListOfFocusablesTest.java45 mActivity = launchActivity( in setUp()
/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/coretests/src/android/app/assist/
DAssistStructureTest.java95 mActivity = mActivityTestRule.launchActivity(null); in setup()
/frameworks/base/test-base/api/
Dcurrent.txt27 …method @Deprecated public final <T extends android.app.Activity> T launchActivity(String, Class<T>…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28947 method public final T launchActivity(java.lang.String, java.lang.Class<T>, android.os.Bundle);