Home
last modified time | relevance | path

Searched refs:MY_UID (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java355 private static final int MY_UID = Process.myUid(); field in NotificationManagerService
940 cancelAllNotificationsInt(MY_UID, MY_PID, pkgName, null, 0, 0,
974 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle,
980 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle,
1485 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channel.getId(), 0, 0, true,
1493 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channel.getId(), 0, 0, true,
1755 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, null, 0, 0, true,
1873 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channelId, 0, 0, true,
1903 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, deletedChannel.getId(), 0, 0,
1980 cancelAllNotificationsInt(MY_UID, MY_PID, packageName, null, 0, 0, true,
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java13772 int MY_UID = Binder.getCallingUid();
13777 uid = rec.uid == MY_UID ? SYSTEM_UID : rec.uid;
13795 int MY_UID = Binder.getCallingUid();
13800 uid = rec.uid == MY_UID ? SYSTEM_UID : rec.uid;
13814 int MY_UID = Binder.getCallingUid();
13819 uid = rec.uid == MY_UID ? SYSTEM_UID : rec.uid;