Searched defs:MY_PID (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java349 private static final int MY_PID = Process.myPid(); field in class:NotificationManagerService
825 cancelAllNotificationsInt(MY_UID, MY_PID, pkgName, null, 0, 0,
883 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle,
889 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle,
1309 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channel.getId(), 0, 0, true,
1594 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, null, 0, 0, true,
1707 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channelId, 0, 0, true,
1737 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, deletedChannel.getId(), 0, 0,
1814 cancelAllNotificationsInt(MY_UID, MY_PID, packageName, null, 0, 0, true,
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java554 static final int MY_PID = myPid(); field in class:ActivityManagerService
2574 app.pid = MY_PID;
3770 if (app.pid > 0 && app.pid != MY_PID) {
6218 null, false, false, MY_PID, SYSTEM_UID, UserHandle.getUserId(uid));
6625 if (app.pid > 0 && app.pid != MY_PID) {
6725 if (pid != MY_PID && pid >= 0) {
6737 if (pid > 0 && pid != MY_PID) {
8195 if (pid == MY_PID) {
8593 if (pid == MY_PID) {
14184 null, false, false, MY_PID, SYSTEM_UI
[all...]

Completed in 252 milliseconds