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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java394 private static final int MY_PID = Process.myPid(); field in class:NotificationManagerService
1081 cancelAllNotificationsInt(MY_UID, MY_PID, pkgName, null, 0, 0,
1121 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle,
1127 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle,
1659 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channel.getId(), 0, 0, true,
1667 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channel.getId(), 0, 0, true,
2119 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, null, 0, 0, true,
2268 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channelId, 0, 0, true,
2305 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, deletedChannel.getId(), 0, 0,
2417 cancelAllNotificationsInt(MY_UID, MY_PID, packageNam
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java618 static final int MY_PID = myPid(); field in class:ActivityManagerService
2743 app.pid = MY_PID;
4210 if (app.pid > 0 && app.pid != MY_PID) {
7067 null, false, false, MY_PID, SYSTEM_UID, UserHandle.getUserId(uid));
7476 if ((app.pid > 0 && app.pid != MY_PID) || (app.pid == 0 && app.pendingStart)) {
7580 if (pid != MY_PID && pid >= 0) {
7603 if (pid > 0 && pid != MY_PID) {
9104 if (pid == MY_PID) {
9549 if (pid == MY_PID) {
15291 null, false, false, MY_PID, SYSTEM_UI
[all...]

Completed in 65 milliseconds