Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationExitInfoTest.java657 .getUidByIsolatedUid(app3IsolatedUid).longValue()); in testApplicationExitInfo()
659 assertNull(mAppExitInfoTracker.mIsolatedUidRecords.getUidByIsolatedUid(app3IsolatedUid)); in testApplicationExitInfo()
843 assertNull(mAppExitInfoTracker.mIsolatedUidRecords.getUidByIsolatedUid( in testApplicationExitInfo()
845 assertNotNull(mAppExitInfoTracker.mIsolatedUidRecords.getUidByIsolatedUid( in testApplicationExitInfo()
850 assertNull(mAppExitInfoTracker.mIsolatedUidRecords.getUidByIsolatedUid( in testApplicationExitInfo()
853 assertNull(mAppExitInfoTracker.mIsolatedUidRecords.getUidByIsolatedUid(app3IsolatedUid)); in testApplicationExitInfo()
/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java461 Integer k = mIsolatedUidRecords.getUidByIsolatedUid(uid); in addExitInfoLocked()
525 Integer k = mIsolatedUidRecords.getUidByIsolatedUid(uid); in updateExitInfoIfNecessaryLocked()
887 Integer k = mIsolatedUidRecords.getUidByIsolatedUid(info.getRealUid()); in addExitInfoInnerLocked()
1071 Integer k = mIsolatedUidRecords.getUidByIsolatedUid(uid); in setProcessStateSummary()
1082 Integer k = mIsolatedUidRecords.getUidByIsolatedUid(uid); in getProcessStateSummary()
1125 Integer k = mIsolatedUidRecords.getUidByIsolatedUid(uid); in handleLogAnrTrace()
1626 Integer getUidByIsolatedUid(int isolatedUid) { in getUidByIsolatedUid() method in AppExitInfoTracker.IsolatedUidRecords
1805 Integer k = mIsolatedUidRecords.getUidByIsolatedUid(uid); in addLocked()
1821 Integer k = mIsolatedUidRecords.getUidByIsolatedUid(uid); in remove()
1859 Integer k = mIsolatedUidRecords.getUidByIsolatedUid(uid); in removeByUidLocked()
/frameworks/base/services/
Dart-wear-profile4972 PLcom/android/server/am/AppExitInfoTracker$IsolatedUidRecords;->getUidByIsolatedUid(I)Ljava/lang/In…