Searched refs:appPid (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 794 final int appPid = app.pid; in postNotification() local 892 appUid, appPid, null, localForegroundId, localForegroundNoti, in postNotification() 901 appUid, appPid, localPackageName); in postNotification()
|
D | ActiveServices.java | 833 int appUid, int appPid, String localPackageName) { in killMisbehavingService() argument 836 mAm.crashApplication(appUid, appPid, localPackageName, -1, in killMisbehavingService()
|