Searched refs:scheduleNoteAppKill (Results 1 – 2 of 2) sorted by relevance
/aosp14/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 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()
|
H A D | ProcessList.java | 5357 mAppExitInfoTracker.scheduleNoteAppKill(app, reason, subReason, msg); 5377 mAppExitInfoTracker.scheduleNoteAppKill(pid, uid, reason, subReason, msg);
|