Searched refs:mAllowedAppInstallSources (Results 1 – 2 of 2) sorted by relevance
50 private final List<String> mAllowedAppInstallSources; field in SideLoadedAppDetector55 mAllowedAppInstallSources = Arrays.asList( in SideLoadedAppDetector()131 return mAllowedAppInstallSources.contains(initiatingPackageName); in isSafe()
123 private final List<String> mAllowedAppInstallSources; field in CarPackageManagerService211 mAllowedAppInstallSources = Arrays.asList( in CarPackageManagerService()727 if (mAllowedAppInstallSources != null) { in getPackageInfoWrapperForUser()731 && !mAllowedAppInstallSources.contains(installerName))) { in getPackageInfoWrapperForUser()