Searched refs:mSystemUiUid (Results 1 – 3 of 3) sorted by relevance
318 private int mSystemUiUid = -1; field in WifiConfigManager375 mSystemUiUid = mContext.getPackageManager().getPackageUidAsUser(SYSUI_PACKAGE_NAME, in WifiConfigManager()752 if (uid == android.os.Process.SYSTEM_UID || uid == mSystemUiUid) { in doesUidBelongToCurrentUser()1221 if (removeNetwork(config.networkId, mSystemUiUid)) { in removeNetworksForApp()1245 if (removeNetwork(config.networkId, mSystemUiUid)) { in removeNetworksForUser()1268 removeNetwork(config.networkId, mSystemUiUid); in removeAllEphemeralOrPasspointConfiguredNetworks()1272 removeNetwork(config.networkId, mSystemUiUid); in removeAllEphemeralOrPasspointConfiguredNetworks()
204 private final int mSystemUiUid; field in BluetoothManagerService427 mSystemUiUid = systemUiUid; in BluetoothManagerService()1995 || callingAppId == Process.NFC_UID || callingAppId == mSystemUiUid; in checkIfCallerIsForegroundUser()
218 int mSystemUiUid; field in AlarmManagerService1307 mSystemUiUid = sysUi.uid; in onStart()1316 if (mSystemUiUid <= 0) { in onStart()1777 || UserHandle.isSameApp(callingUid, mSystemUiUid)