Searched refs:PACKAGE_URI_PREFIX (Results 1 – 3 of 3) sorted by relevance
34 private const val PACKAGE_URI_PREFIX = "package:" constant45 val packageURI = Uri.parse(PACKAGE_URI_PREFIX + packageName) in onClick()
42 private static final String PACKAGE_URI_PREFIX = "package:"; field in PermissionCheckActivity77 Uri.parse(PACKAGE_URI_PREFIX + getPackageName())); in onCreate()
101 private static final String PACKAGE_URI_PREFIX = "package:"; field in AppLauncherUtils