Home
last modified time | relevance | path

Searched defs:testActivity (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DStartActivityFromBackgroundTest.java49 TestAppActivityReference testActivity = sDeviceState.dpc().activities().any(); in startActivityFromBackground_dpcNotAllowed_unableToStart() local
65 TestAppActivityReference testActivity = sDeviceState.dpc().activities().any(); in startActivityFromBackground_dpcAllowed_ableToStart() local
DApplicationExemptionsTest.java328 TestAppActivityReference testActivity = testApp.activities().any(); in setApplicationExemptions_noExemption_cannotStartActivityFromBg() local
354 TestAppActivityReference testActivity = testApp.activities().any(); in setApplicationExemptions_activityBgStartRestrictionExemption_canStartActivityFromBg() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodPickerTest.java87 TestActivity testActivity = TestActivity.startSync(activity -> { in testInputMethodPicker_hidesUntrustedOverlays() local
114 TestActivity testActivity = TestActivity.startSync(activity -> { in testShowInputMethodPicker_noDismissWhenOverlayPopup() local
142 TestActivity testActivity = new TestActivity.Starter().withDisplayId(dc.mId) in testShowImePickerOnExternalDisplay() local
DInputMethodManagerMultiDisplayTest.java110 TestActivity testActivity = new TestActivity.Starter().withDisplayId(dc.mId) in testShowInputMethodAndSubtypeEnablerOnNonDefaultDisplay() local
DFocusHandlingTest.java208 final TestActivity testActivity = TestActivity.startSync(activity -> { in testSwitchingBetweenEquivalentNonEditableViews() local
282 final TestActivity testActivity = TestActivity.startSync(activity -> { in testSoftInputStateAlwaysVisibleWithoutFocusedEditorView() local
352 final TestActivity testActivity = TestActivity.startSync(activity -> { in testDelayedAddEditorStartsInput() local
776 final TestActivity testActivity = TestActivity.startSync(activity-> { in testKeyboardStateAfterImeFocusableFlagChanged() local
1093 final var testActivity = TestActivity.startSync(activity -> { in testClearCurRootViewWhenDifferentProcessBecomesActive() local
1136 final TestActivity testActivity = TestActivity.startSync(activity -> { in testInputConnectionWhenAddAndRemoveAltFocusableImFlagInFocus() local
DKeyboardVisibilityControlTest.java316 final TestActivity testActivity = (TestActivity) editText.getContext(); in verifyHideImeBackPressed() local
565 final TestActivity testActivity = TestActivity.startSync(activity -> { in testShowSoftInputWithShowForcedFlagWhenAppIsLeaving() local
675 final TestActivity testActivity = in testImeVisibilityWhenDismissingDialogWithImeFocused() local
788 final TestActivity testActivity = in runImeDoesntReshowAfterKeyguardTest() local
981 TestActivity testActivity = TestActivity.startSync(activity -> { in testImeVisibleOnImeFocusableOverlay() local
1119 final TestActivity testActivity = in runImeVisibilityWhenImeTransitionBetweenActivities() local
1382 final TestActivity testActivity = TestActivity.startSync(activity -> { in testImeHiddenWhenImeLayeringTargetDelayedToShowInAppSwitch() local
DImeInsetsVisibilityTest.java331 final TestActivity testActivity = TestActivity.startSync(activity -> { in testEditorWontCoveredByImeWhenInputWindowBehindPanel() local
/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
DAppComponentFactoryTest.java40 public void testActivity() { in testActivity() method in AppComponentFactoryTest
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsProcessStateTests.java43 public void testActivity() throws Exception { in testActivity() method in BatteryStatsProcessStateTests
/cts/tests/tests/classloaderfactory/src/android/app/classloaderfactory/cts/
DAppComponentFactoryTest.java72 public void testActivity() { in testActivity() method in AppComponentFactoryTest
/cts/tests/tests/widget/src/android/widget/cts/
DEditTextTest.java779 Activity testActivity = mEmptyActivityRule.launchActivity(null); in testCursorNotBlinkingOnNewActivity_WithoutFocus() local
788 Activity testActivity = mEmptyActivityRule.launchActivity(null); in testCursorBlinkingOnNewActivity_WithFocus() local
802 Activity testActivity = mEmptyActivityRule.launchActivity(null); in testSuspendAndResumeBlinkingCursor() local
845 Activity testActivity = mEmptyActivityRule.launchActivity(null); in testCursorBlinking_ViewDynamicallyAdded_WithFocus() local
866 Activity testActivity = mEmptyActivityRule.launchActivity(null); in testCursorNotBlinking_ViewDynamicallyAdded_NoFocus() local
886 Activity testActivity = mEmptyActivityRule.launchActivity(null); in testCursorSuspendBlinking_ViewDynamicallyRemoved() local
910 Activity testActivity = mEmptyActivityRule.launchActivity(null); in testCursorBlinking_ViewDynamically_RemovedAdded_NeverHadFocus() local
935 Activity testActivity = mEmptyActivityRule.launchActivity(null); in testCursorResumeBlinking_AfterFocusedView_DynamicallyRemovedAdded() local
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/content/
DContextHelperTest.java110 ComponentName testActivity = new ComponentName(pkgName, activityClassName); in launchVirtualDisplayIdTestActivity() local
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DExtensionWindowLayoutComponentTest.java151 TestActivity testActivity = startFullScreenActivityNewTask( in testWindowLayoutComponent_onWindowLayoutChangeListener() local
164 TestActivity testActivity = startFullScreenActivityNewTask( in testWindowLayoutComponent_onWindowLayoutChangeListener_wrappedContext() local
336 TestActivity testActivity = startFullScreenActivityNewTask( in testGetWindowLayoutInfo_displayMetricsChanged_windowLayoutUpdates() local
663 TestActivity testActivity, Context listenerContext) in changeActivityOrientationThenVerifyWindowLayout()
/cts/tests/app/src/android/app/cts/
DAttributionTagsTest.java62 public void testActivity() throws Exception { in testActivity() method in AttributionTagsTest
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20913/src/android/security/cts/CVE_2023_20913/
DDeviceTest.java73 public void testActivity(String cls) throws Exception { in testActivity() method in DeviceTest
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/app/
DTaskInfoHelperTest.java163 TaskInfoTestActivity testActivity = (TaskInfoTestActivity) mInstrumentation in launchTestActivity() local
DActivityManagerHelperTest.java215 ActivityC testActivity = launchTestActivity(ActivityC.class); in testRemoveTask() local
416 Activity testActivity = (Activity) mInstrumentation in launchTestActivity() local
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNavigationBarInfo.java155 final TestActivity testActivity = TestActivity.startSync(activity -> { in getBottomNavigationBarBitmapForActivity() local
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DSuspendTestUtils.java165 final Intent testActivity = new Intent() in startTestAppActivity() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/forcestop/
DRecentTaskRemovalTestActivity.java132 final Intent testActivity = new Intent() in onClick() local
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/content/pm/
DPackageManagerHelperTest.java227 String testActivity = testPackage + ".SimpleActivity"; in testForceStopPackageAsUser() local
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java223 final Intent testActivity = new Intent(); in startAndKeepTestActivity() local
DBaseJobSchedulerTest.java256 final Intent testActivity = new Intent(); in startAndKeepTestActivity() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileCrossProfileTest.java472 final String testActivity = "android.app.Activity"; in launchAllTestAppsForUser() local
/cts/tests/tests/content/src/android/content/res/cts/config/
DOverrideConfigTest.kt151 private fun <Activity : OverrideConfigBaseActivity> testActivity( in testActivity() method in android.content.res.cts.config.OverrideConfigTest

12