Home
last modified time | relevance | path

Searched refs:CONTENT_AUTHORITY (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/common/
DADPFAtomTestConstants.java29 public static final String CONTENT_AUTHORITY = "android.adpf.atom.app"; field in ADPFAtomTestConstants
30 public static final String CONTENT_URI_STRING = "content://" + CONTENT_AUTHORITY + "/test_data";
/cts/tests/tests/packageinstaller/nopermission/src/android.packageinstaller.nopermission.cts/
DNoPermissionTests.kt47 private const val CONTENT_AUTHORITY = "android.packageinstaller.nopermission.cts.fileprovider" in <lambda>() constant
104 intent.data = FileProvider.getUriForFile(context, CONTENT_AUTHORITY, apkFile) in <lambda>()
/cts/tests/tests/packageinstaller/install_appop_denied/src/android/packageinstaller/install_appop_denied/cts/
DPackageInstallerTestBase.kt56 const val CONTENT_AUTHORITY = "android.packageinstaller.install_appop_denied.cts.fileprovider" in <lambda>() constant
166 intent.data = FileProvider.getUriForFile(context, CONTENT_AUTHORITY, apkFile) in <lambda>()
/cts/tests/tests/packageinstaller/install_appop_default/src/android/packageinstaller/install_appop_default/cts/
DPackageInstallerTestBase.kt56 const val CONTENT_AUTHORITY = "android.packageinstaller.install_appop_default.cts.fileprovider" in <lambda>() constant
166 intent.data = FileProvider.getUriForFile(context, CONTENT_AUTHORITY, apkFile) in <lambda>()
/cts/tests/tests/packageinstaller/test-apps/criticaluserjourneyinstaller/src/android/packageinstaller/cts/cujinstaller/
DMainActivity.java56 private static final String CONTENT_AUTHORITY = field in MainActivity
194 intent.setData(FileProvider.getUriForFile(this, CONTENT_AUTHORITY, apkFile)); in startInstallationViaIntent()
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DPackageInstallerCujTestBase.java89 private static final String CONTENT_AUTHORITY = field in PackageInstallerCujTestBase
255 Uri testApkUri = FileProvider.getUriForFile(sContext, CONTENT_AUTHORITY, apkFile); in startInstallerActivity()
256 Uri testApkV2Uri = FileProvider.getUriForFile(sContext, CONTENT_AUTHORITY, apkV2File); in startInstallerActivity()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPackageInstallerTestBase.kt85 const val CONTENT_AUTHORITY = "android.packageinstaller.install.cts.fileprovider" in <lambda>() constant
363 intent.data = FileProvider.getUriForFile(context, CONTENT_AUTHORITY, apkFile) in <lambda>()
/cts/tests/tests/packageinstaller/userrestriction/src/android/packageinstaller/userrestriction/cts/
DUserRestrictionInstallTest.kt89 const val CONTENT_AUTHORITY = "android.packageinstaller.userrestriction.cts.fileprovider" in <lambda>() constant
418 intent.data = FileProvider.getUriForFile(context, CONTENT_AUTHORITY, apkFile) in <lambda>()