Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java762 File mainFile = new File(injectSystemDataPath(), FILENAME_BASE_STATE); in getBaseStateFile()
763 File temporaryBackup = new File(injectSystemDataPath(), in getBaseStateFile()
765 File reserveCopy = new File(injectSystemDataPath(), in getBaseStateFile()
5229 File injectSystemDataPath() {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java358 File injectSystemDataPath() { in injectSystemDataPath() method in BaseShortcutManagerTest.ShortcutServiceTestable