Searched refs:mAppStartInfoLoaded (Results 1 – 2 of 2) sorted by relevance
143 @VisibleForTesting AtomicBoolean mAppStartInfoLoaded = new AtomicBoolean(); field in AppStartInfoTracker555 if (!mAppStartInfoLoaded.get()) { in addStartInfoLocked()879 mAppStartInfoLoaded.set(true); in loadExistingProcessStartInfo()914 mAppStartInfoLoaded.set(true); in loadExistingProcessStartInfo()
125 mAppStartInfoTracker.mAppStartInfoLoaded.set(true); in setUp()