Home
last modified time | relevance | path

Searched defs:CALLING_PACKAGE_2 (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1096 makeFile(mService.getUserBitmapFilePath(USER_10), CALLING_PACKAGE_2, "1").createNewFile(); in testCleanupDanglingBitmaps() local
1097 makeFile(mService.getUserBitmapFilePath(USER_10), CALLING_PACKAGE_2, "2").createNewFile(); in testCleanupDanglingBitmaps() local
1098 makeFile(mService.getUserBitmapFilePath(USER_10), CALLING_PACKAGE_2, "3").createNewFile(); in testCleanupDanglingBitmaps() local
1099 makeFile(mService.getUserBitmapFilePath(USER_10), CALLING_PACKAGE_2, "4").createNewFile(); in testCleanupDanglingBitmaps() local
H A DBaseShortcutManagerTest.java717 protected static final String CALLING_PACKAGE_2 = "com.android.test.2"; field in BaseShortcutManagerTest