Searched defs:MY_PID (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java504 static final int MY_PID = Process.myPid(); field in class:ActivityManagerService
2486 app.pid = MY_PID;
3682 if (app.pid > 0 && app.pid != MY_PID) {
5967 null, false, false, MY_PID, Process.SYSTEM_UID, UserHandle.getUserId(uid));
6365 if (app.pid > 0 && app.pid != MY_PID) {
6459 if (pid != MY_PID && pid >= 0) {
6471 if (pid > 0 && pid != MY_PID) {
7752 if (pid == MY_PID) {
8052 if (pid == MY_PID) {
13442 null, false, false, MY_PID, Proces
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java304 private static final int MY_PID = Process.myPid(); field in class:NotificationManagerService
747 cancelAllNotificationsInt(MY_UID, MY_PID, pkgName, 0, 0, !queryRestart,
780 cancelAllNotificationsInt(MY_UID, MY_PID, null, 0, 0, true, userHandle,
786 cancelAllNotificationsInt(MY_UID, MY_PID, null, 0, 0, true, userHandle,
1149 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, 0, 0, true, UserHandle.getUserId(uid),

Completed in 279 milliseconds