Searched refs:TEST_PACKAGE_NAME (Results 1 – 6 of 6) sorted by relevance
53 private static final String TEST_PACKAGE_NAME = "android.content.cts"; field in BroadcastReceiverTest65 super(TEST_PACKAGE_NAME, MockActivity.class); in BroadcastReceiverTest()200 .setPackage(TEST_PACKAGE_NAME).addFlags(Intent.FLAG_RECEIVER_FOREGROUND), in testManifestReceiverPackage()318 .setPackage(TEST_PACKAGE_NAME).addFlags(Intent.FLAG_RECEIVER_FOREGROUND), in testAbortBroadcast()
42 private static final String TEST_PACKAGE_NAME = "android.content.cts"; field in ContentProviderTest56 "://" + TEST_PACKAGE_NAME + "/" + R.raw.testimage); in testOpenAssetFile()
85 private static final String TEST_PACKAGE_NAME = "android.content.cts"; field in ContentResolverTest585 "://" + TEST_PACKAGE_NAME + "/" + R.drawable.pass); in testOpenInputStream()613 "://" + TEST_PACKAGE_NAME + "/" + R.raw.testimage); in testOpenOutputStream()646 "://" + TEST_PACKAGE_NAME + "/" + R.raw.testimage); in testOpenAssetFileDescriptor()782 "://" + TEST_PACKAGE_NAME + "/" + R.raw.testimage); in testOpenFileDescriptor()
77 private static final String TEST_PACKAGE_NAME = "com.android.cts.verifier"; field in LockTaskUiTestActivity246 mDpm.setLockTaskPackages(ADMIN_RECEIVER, new String[] {TEST_PACKAGE_NAME}); in startLockTaskMode()
1080 final String TEST_PACKAGE_NAME = "test.package.name"; in testCrossProfileCalendar_failIfNotProfileOwner() local1087 Collections.singleton(TEST_PACKAGE_NAME)); in testCrossProfileCalendar_failIfNotProfileOwner()
61 private static final String TEST_PACKAGE_NAME = "test.package.name"; field in NetworkRequestTest