Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java121 static final String APP_EXIT_STORE_DIR = "procexitstore"; field in AppExitInfoTracker
261 mProcExitStoreDir = new File(SystemServiceManager.ensureSystemDir(), APP_EXIT_STORE_DIR); in init()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationExitInfoTest.java189 AppExitInfoTracker.APP_EXIT_STORE_DIR); in testApplicationExitInfo()