Searched refs:packageScheme (Results 1 – 2 of 2) sorted by relevance
1054 final String packageScheme = "package:"; in testConvertUriToAppName() local1056 Uri uri = Uri.parse(packageScheme + samplePackageName); in testConvertUriToAppName()
15275 final String packageScheme = "package:";15307 addedIntent.setData(Uri.parse(packageScheme + packageToInstall));15321 removedIntent.setData(Uri.parse(packageScheme + packageToInstall));15338 replacedIntent.setData(Uri.parse(packageScheme + TEST_PACKAGE_NAME));