Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java794 final int appPid = app.pid; in postNotification() local
892 appUid, appPid, null, localForegroundId, localForegroundNoti, in postNotification()
901 appUid, appPid, localPackageName); in postNotification()
DActiveServices.java833 int appUid, int appPid, String localPackageName) { in killMisbehavingService() argument
836 mAm.crashApplication(appUid, appPid, localPackageName, -1, in killMisbehavingService()