Searched refs:TEST_PACKAGE_NAME (Results 1 – 4 of 4) sorted by relevance
52 private static final String TEST_PACKAGE_NAME = "android.content.cts"; field in BroadcastReceiverTest64 super(TEST_PACKAGE_NAME, MockActivity.class); in BroadcastReceiverTest()198 .setPackage(TEST_PACKAGE_NAME).addFlags(Intent.FLAG_RECEIVER_FOREGROUND), in testManifestReceiverPackage()313 .setPackage(TEST_PACKAGE_NAME).addFlags(Intent.FLAG_RECEIVER_FOREGROUND), in testAbortBroadcast()
40 private static final String TEST_PACKAGE_NAME = "android.content.cts"; field in ContentProviderTest54 "://" + TEST_PACKAGE_NAME + "/" + R.raw.testimage); in testOpenAssetFile()
79 private static final String TEST_PACKAGE_NAME = "android.content.cts"; field in ContentResolverTest576 "://" + TEST_PACKAGE_NAME + "/" + R.drawable.pass); in testOpenInputStream()604 "://" + TEST_PACKAGE_NAME + "/" + R.raw.testimage); in testOpenOutputStream()637 "://" + TEST_PACKAGE_NAME + "/" + R.raw.testimage); in testOpenAssetFileDescriptor()773 "://" + TEST_PACKAGE_NAME + "/" + R.raw.testimage); in testOpenFileDescriptor()
76 private static final String TEST_PACKAGE_NAME = "com.android.cts.verifier"; field in LockTaskUiTestActivity235 mDpm.setLockTaskPackages(ADMIN_RECEIVER, new String[] {TEST_PACKAGE_NAME}); in startLockTaskMode()