Home
last modified time | relevance | path

Searched defs:newUid (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DWorkSource.java703 private static WorkSource addWork(WorkSource cur, int newUid) { in addWork()
795 private static WorkSource addWork(WorkSource cur, int newUid, String newName) { in addWork()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/notification/domain/interactor/
DSingleNotificationChipInteractorTest.kt413 val newUid = 101 in notificationChip_updatedUid_newUidIsIgnoredButOtherDataNotIgnored() constant
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java1719 int newUid = newState.identity != null ? newState.identity.getUid() : -1; in onStateChanged() local
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1237 Integer newUid = entry.getValue(); in validateAccountsInternal() local
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp726 int newUid = iter->second.first; in onTorchStatusChangedLocked() local