Searched refs:scheduleNoteAppKill (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppExitInfoTracker.java | 295 void scheduleNoteAppKill(final ProcessRecord app, final @Reason int reason, in scheduleNoteAppKill() method in AppExitInfoTracker 311 void scheduleNoteAppKill(final int pid, final int uid, final @Reason int reason, in scheduleNoteAppKill() method in AppExitInfoTracker 326 scheduleNoteAppKill(app, reason, subReason, msg); in scheduleNoteAppKill()
|
H A D | ProcessList.java | 5096 mAppExitInfoTracker.scheduleNoteAppKill(app, reason, subReason, msg); in noteAppKill() 5116 mAppExitInfoTracker.scheduleNoteAppKill(pid, uid, reason, subReason, msg); in noteAppKill()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 7005 HPLcom/android/server/am/AppExitInfoTracker;->scheduleNoteAppKill(Lcom/android/server/am/ProcessRec…
|