Searched defs:MY_UID (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java279 private static final int MY_UID = Process.myUid(); field in class:NotificationManagerService
740 cancelAllNotificationsInt(MY_UID, MY_PID, pkgName, 0, 0, !queryRestart,
772 cancelAllNotificationsInt(MY_UID, MY_PID, null, 0, 0, true, userHandle,
1031 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, 0, 0, true, UserHandle.getUserId(uid),

Completed in 80 milliseconds