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()134 return mAllowedAppInstallSources.contains(initiatingPackageName); in isSafe()
179 private final List<String> mAllowedAppInstallSources; field in CarPackageManagerService287 mAllowedAppInstallSources = Arrays.asList( in CarPackageManagerService()1011 if (mAllowedAppInstallSources != null) { in getPackageInfoWrapperForUser()1015 && !mAllowedAppInstallSources.contains(installerName))) { in getPackageInfoWrapperForUser()