Searched refs:SystemConfig (Results 1 – 14 of 14) sorted by relevance
32 import com.android.server.SystemConfig;78 SystemConfig config = SystemConfig.getInstance(); in disableCarrierAppsUntilPrivileged()104 SystemConfig config = SystemConfig.getInstance(); in disableCarrierAppsUntilPrivileged()
31 import com.android.server.SystemConfig;83 ArraySet<String> privAppPermissions = SystemConfig.getInstance() in testPackagePrivAppPermission()
52 public class SystemConfig { class55 static SystemConfig sInstance;145 public static SystemConfig getInstance() { in getInstance()146 synchronized (SystemConfig.class) { in getInstance()148 sInstance = new SystemConfig(); in getInstance()222 SystemConfig() { in SystemConfig() method in SystemConfig
59 import com.android.server.SystemConfig;588 SystemConfig.getInstance().getDefaultVrComponents(); in onBootPhase()
61 import com.android.server.SystemConfig;1272 ArraySet<String> privAppPermissions = SystemConfig.getInstance().getPrivAppPermissions(pkg); in runGetPrivappPermissions()
192 import com.android.server.SystemConfig;555 final SystemConfig sysConfig = SystemConfig.getInstance(); in addDefaultRestrictBackgroundWhitelistUidsUL()
1344 SystemConfig sysConfig = SystemConfig.getInstance(); in onStart()
1811 SystemConfig.getInstance().getAllowUnthrottledLocation()); in updateBackgroundThrottlingWhitelistLocked()
495 SystemServerInitThreadPool.get().submit(SystemConfig::getInstance, TAG_SYSTEM_CONFIG); in startBootstrapServices()
79 import com.android.server.SystemConfig;3112 SystemConfig.getInstance().getDefaultVrComponents();
123 import com.android.server.SystemConfig;1319 SystemConfig systemConfig = SystemConfig.getInstance(); in BackupManagerService()
5141 Lcom/android/server/SystemConfig;5142 Lcom/android/server/SystemConfig$PermissionEntry;
6360 com.android.server.SystemConfig6361 com.android.server.SystemConfig$PermissionEntry
404 import com.android.server.SystemConfig;2898 mBackgroundLaunchBroadcasts = SystemConfig.getInstance().getAllowImplicitBroadcasts(); in getBackgroundLaunchBroadcasts()