Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationStartInfoTest.java138 mAppStartInfoTracker.mProcStartStoreDir = new File(mContext.getFilesDir(), in testApplicationStartInfo()
140 assertTrue(FileUtils.createDir(mAppStartInfoTracker.mProcStartStoreDir)); in testApplicationStartInfo()
141 mAppStartInfoTracker.mProcStartInfoFile = new File(mAppStartInfoTracker.mProcStartStoreDir, in testApplicationStartInfo()
/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java153 @VisibleForTesting File mProcStartStoreDir; field in AppStartInfoTracker
185 mProcStartStoreDir = new File(SystemServiceManager.ensureSystemDir(), APP_START_STORE_DIR); in init()
186 if (!FileUtils.createDir(mProcStartStoreDir)) { in init()
187 Slog.e(TAG, "Unable to create " + mProcStartStoreDir); in init()
190 mProcStartInfoFile = new File(mProcStartStoreDir, APP_START_INFO_FILE); in init()