Home
last modified time | relevance | path

Searched refs:scheduleNoteAppKill (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java295 void scheduleNoteAppKill(final ProcessRecord app, final @Reason int reason, in scheduleNoteAppKill() method in AppExitInfoTracker
321 void scheduleNoteAppKill(final int pid, final int uid, final @Reason int reason, in scheduleNoteAppKill() method in AppExitInfoTracker
336 scheduleNoteAppKill(app, reason, subReason, msg); in scheduleNoteAppKill()
DProcessList.java5570 mAppExitInfoTracker.scheduleNoteAppKill(app, reason, subReason, msg);
5590 mAppExitInfoTracker.scheduleNoteAppKill(pid, uid, reason, subReason, msg);
/frameworks/base/services/
Dart-wear-profile5013 PLcom/android/server/am/AppExitInfoTracker;->scheduleNoteAppKill(Lcom/android/server/am/ProcessReco…