Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java204 static final String FILENAME_BASE_STATE = "shortcut_service.xml"; field in ShortcutService
762 File mainFile = new File(injectSystemDataPath(), FILENAME_BASE_STATE); in getBaseStateFile()
764 FILENAME_BASE_STATE + ".backup"); in getBaseStateFile()
766 FILENAME_BASE_STATE + ".reservecopy"); in getBaseStateFile()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1490 + "/system/" + ShortcutService.FILENAME_BASE_STATE); in dumpBaseStateFile()