Searched refs:mSystemUiUid (Results 1 – 4 of 4) sorted by relevance
350 private int mSystemUiUid = -1; field in WifiConfigManager441 mSystemUiUid = mContext.getPackageManager().getPackageUidAsUser(SYSUI_PACKAGE_NAME, in WifiConfigManager()840 if (uid == android.os.Process.SYSTEM_UID || uid == mSystemUiUid) { in doesUidBelongToCurrentUser()1259 removeNetwork(existingConfig.networkId, mSystemUiUid); in addOrUpdateNetwork()1404 if (removeNetwork(config.networkId, mSystemUiUid)) { in removeNetworksForApp()1428 if (removeNetwork(config.networkId, mSystemUiUid)) { in removeNetworksForUser()1451 removeNetwork(config.networkId, mSystemUiUid); in removeAllEphemeralOrPasspointConfiguredNetworks()1455 removeNetwork(config.networkId, mSystemUiUid); in removeAllEphemeralOrPasspointConfiguredNetworks()1474 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()