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()
149 private final List<String> mAllowedAppInstallSources; field in CarPackageManagerService279 mAllowedAppInstallSources = Arrays.asList( in CarPackageManagerService()925 if (mAllowedAppInstallSources != null) { in getPackageInfoWrapperForUser()929 && !mAllowedAppInstallSources.contains(installerName))) { in getPackageInfoWrapperForUser()