Home | History | Annotate | Download | only in ephemeralapp1

Lines Matching defs:installerPackageName

1168         final String installerPackageName = InstrumentationRegistry.getContext().getPackageManager()
1170 assertThat(installerPackageName, is("com.android.cts.normalapp"));
1175 final String installerPackageName = InstrumentationRegistry.getContext().getPackageManager()
1177 assertThat(installerPackageName, is("com.android.cts.normalapp"));
1182 final String installerPackageName = InstrumentationRegistry.getContext().getPackageManager()
1184 assertThat(installerPackageName, is(nullValue()));