Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java131 @VisibleForTesting int mAppStartInfoHistoryListSize; field in AppStartInfoTracker
192 mAppStartInfoHistoryListSize = APP_START_INFO_HISTORY_LIST_SIZE; in init()
565 container = new AppStartInfoContainer(mAppStartInfoHistoryListSize); in addStartInfoLocked()
930 new AppStartInfoContainer(mAppStartInfoHistoryListSize); in loadPackagesFromProto()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationStartInfoTest.java126 mAppStartInfoTracker.mAppStartInfoHistoryListSize = in setUp()