Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationExitInfoTest.java242 .when(mAppExitInfoTracker.mAppExitInfoSourceZygote) in testApplicationExitInfo()
291 .when(mAppExitInfoTracker.mAppExitInfoSourceZygote) in testApplicationExitInfo()
321 .when(mAppExitInfoTracker.mAppExitInfoSourceZygote) in testApplicationExitInfo()
390 .when(mAppExitInfoTracker.mAppExitInfoSourceZygote) in testApplicationExitInfo()
452 .when(mAppExitInfoTracker.mAppExitInfoSourceZygote) in testApplicationExitInfo()
512 .when(mAppExitInfoTracker.mAppExitInfoSourceZygote) in testApplicationExitInfo()
636 .when(mAppExitInfoTracker.mAppExitInfoSourceZygote) in testApplicationExitInfo()
723 .when(mAppExitInfoTracker.mAppExitInfoSourceZygote) in testApplicationExitInfo()
778 .when(mAppExitInfoTracker.mAppExitInfoSourceZygote) in testApplicationExitInfo()
/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java211 final AppExitInfoExternalSource mAppExitInfoSourceZygote = field in AppExitInfoTracker
381 Pair<Long, Object> zygote = mAppExitInfoSourceZygote.remove( in handleNoteProcessDiedLocked()
587 mAppExitInfoSourceZygote.removeByUserId(userId); in onUserRemoved()
603 mAppExitInfoSourceZygote.removeByUidLocked(uid, allUsers); in onPackageRemoved()
1609 mAppExitInfoSourceZygote.onProcDied(msg.arg1 /* pid */, msg.arg2 /* uid */, in handleMessage()