Searched refs:uidRemoved (Results 1 – 6 of 6) sorted by relevance
534 boolean uidRemoved; in remove()536 uidRemoved = removeUids(other); in remove()546 uidRemoved = removeUidsAndNames(other); in remove()554 return uidRemoved || chainRemoved; in remove()
330 mAppOpsService.uidRemoved(mMyUid); in testUidRemoved()
867 int uidRemoved = intent.getIntExtra(Intent.EXTRA_UID, -1);869 Slog.d(TAG, "Removing jobs for uid: " + uidRemoved);872 mUidToPackageCache.remove(uidRemoved);876 cancelJobsForPackageAndUidLocked(pkgName, uidRemoved,
2075 public void uidRemoved(int uid) { in uidRemoved() method in AppOpsService
13021 mAppOpsService.uidRemoved(uid); in broadcastIntentLocked()
10073 HPLcom/android/server/appop/AppOpsService;->uidRemoved(I)V