Searched refs:mSystemUiUid (Results 1 – 4 of 4) sorted by relevance
353 private int mSystemUiUid = -1; field in WifiConfigManager444 mSystemUiUid = mContext.getPackageManager().getPackageUidAsUser(SYSUI_PACKAGE_NAME, in WifiConfigManager()906 if (uid == android.os.Process.SYSTEM_UID || uid == mSystemUiUid) { in doesUidBelongToCurrentUser()1301 removeNetwork(existingConfig.networkId, mSystemUiUid); in addOrUpdateNetwork()1447 if (removeNetwork(config.networkId, mSystemUiUid)) { in removeNetworksForApp()1471 if (removeNetwork(config.networkId, mSystemUiUid)) { in removeNetworksForUser()1494 removeNetwork(config.networkId, mSystemUiUid); in removeAllEphemeralOrPasspointConfiguredNetworks()1498 removeNetwork(config.networkId, mSystemUiUid); in removeAllEphemeralOrPasspointConfiguredNetworks()1517 removeNetwork(config.networkId, mSystemUiUid); in removePasspointConfiguredNetwork()
210 private final int mSystemUiUid; field in BluetoothManagerService452 mSystemUiUid = systemUiUid; in BluetoothManagerService()2103 || callingAppId == Process.NFC_UID || callingAppId == mSystemUiUid; in checkIfCallerIsForegroundUser()
236 int mSystemUiUid; field in AlarmManagerService1524 mSystemUiUid = mInjector.getSystemUiUid(); in onStart()1525 if (mSystemUiUid <= 0) { in onStart()2106 || UserHandle.isSameApp(callingUid, mSystemUiUid)
278 assertEquals(mService.mSystemUiUid, SYSTEM_UI_UID); in setUp()