Searched refs:mInProgressRecords (Results 1 – 2 of 2) sorted by relevance
165 final ArrayMap<Long, ApplicationStartInfo> mInProgressRecords = new ArrayMap<>(); field in AppStartInfoTracker221 if (mInProgressRecords.size() <= MAX_IN_PROGRESS_RECORDS) { in maybeTrimInProgressRecordsLocked()230 for (int i = 0; i < mInProgressRecords.size(); i++) { in maybeTrimInProgressRecordsLocked()237 mInProgressRecords.keyAt(a), mInProgressRecords.keyAt(b))); in maybeTrimInProgressRecordsLocked()242 mInProgressRecords.removeAt(mTemporaryInProgressIndexes.get(0)); in maybeTrimInProgressRecordsLocked()254 mInProgressRecords.removeAt(mTemporaryInProgressIndexes.get(i)); in maybeTrimInProgressRecordsLocked()280 mInProgressRecords.put(timestampNanos, start); in onIntentStarted()290 int index = mInProgressRecords.indexOfKey(id); in onIntentFailed()294 ApplicationStartInfo info = mInProgressRecords.valueAt(index); in onIntentFailed()296 mInProgressRecords.removeAt(index); in onIntentFailed()[all …]
477 assertTrue(mAppStartInfoTracker.mInProgressRecords.containsKey(startTime)); in testInProgressRecordsLimit()532 assertEquals(mAppStartInfoTracker.mInProgressRecords.size(), expectedSize); in verifyInProgressRecordsSize()541 verifyApplicationStartInfo(mAppStartInfoTracker.mInProgressRecords.valueAt(index), in verifyInProgressApplicationStartInfo()