Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DPerformanceTests.java50 public void testActivity() throws ClassNotFoundException, FileNotFoundException { in testActivity() method in PerformanceTests
H A DRenderTests.java87 public void testActivity() throws ClassNotFoundException, FileNotFoundException { in testActivity() method in RenderTests
/aosp12/frameworks/base/test-runner/src/android/test/
H A DActivityTestCase.java51 protected void setActivity(Activity testActivity) { in setActivity()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/usage/
H A DUsageStatsTest.java156 public void testActivity() { in testActivity() method in UsageStatsTest
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DSearchManagerTest.java85 Activity testActivity = getActivity(); in setUp() local
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/ui/
H A DChannelBannerViewTest.java52 private TestActivity testActivity; field in ChannelBannerViewTest
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
H A DVisibilityLoggerMixinTest.java118 TestActivity testActivity = ac.get(); in activityShouldBecomeVisibleAndHide() local
/aosp12/frameworks/layoutlib/remote/tests/src/
H A DRemoteBridgeTest.java94 public void testActivity() throws IOException, ClassNotFoundException { in testActivity() method in RemoteBridgeTest
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/audio/
H A DAudioManagerHelperTest.java47 Activity testActivity = Robolectric.buildActivity(Activity.class).get(); in setup() local
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
H A DClusterHomeManagerTest.java271 ComponentName testActivity = ComponentName.createRelative("testPkg", "testActivity"); in testStartFixedActivityModeAsUser() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DSuspendPackagesTest.java244 final Intent testActivity = new Intent() in startTestAppActivity() local