Searched refs:MY_UID (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 457 private static final int MY_UID = Process.myUid(); field in NotificationManagerService 1293 cancelAllNotificationsInt(MY_UID, MY_PID, pkgName, null, 0, 0, 1328 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle, 1334 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle, 2009 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channel.getId(), 0, 0, true, 2017 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channel.getId(), 0, 0, true, 2507 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, null, 0, 0, true, 2795 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channelId, 0, 0, true, 2832 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, deletedChannel.getId(), 0, 0, 2959 cancelAllNotificationsInt(MY_UID, MY_PID, packageName, null, 0, 0, true, [all …]
|