Home
last modified time | relevance | path

Searched defs:removeIsolatedUid (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/android/content/pm/
H A DPackageManagerInternal.java644 public abstract void removeIsolatedUid(int isolatedUid); in removeIsolatedUid() method in PackageManagerInternal
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppExitInfoTracker.java1611 void removeIsolatedUid(int isolatedUid, int uid) { in removeIsolatedUid() method in AppExitInfoTracker.IsolatedUidRecords
H A DBatteryStatsService.java736 void removeIsolatedUid(final int isolatedUid, final int appUid) { in removeIsolatedUid() method in BatteryStatsService
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java8174 public void removeIsolatedUid(int isolatedUid) { in removeIsolatedUid() method in BatteryStatsImpl.Uid