Home
last modified time | relevance | path

Searched refs:verifyActivityInManifest (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCrossProfileApps.java134 verifyActivityInManifest(componentName, /* requireMainActivity= */ true); in startMainActivity()
151 verifyActivityInManifest(componentName, /* requireMainActivity= */ false); in startActivity()
259 private void verifyActivityInManifest(ComponentName component, boolean requireMainActivity) { in verifyActivityInManifest() method in ShadowCrossProfileApps
DShadowInstrumentation.java103 verifyActivityInManifest(intent); in execStartActivity()
122 verifyActivityInManifest(intent); in execStartActivity()
133 private void verifyActivityInManifest(Intent intent) { in verifyActivityInManifest() method in ShadowInstrumentation
168 verifyActivityInManifest(intent); in execStartActivity()