Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java876 makeFile(mService.getUserBitmapFilePath(USER_10), CALLING_PACKAGE_2, "1").createNewFile(); in testCleanupDanglingBitmaps() local
877 makeFile(mService.getUserBitmapFilePath(USER_10), CALLING_PACKAGE_2, "2").createNewFile(); in testCleanupDanglingBitmaps() local
878 makeFile(mService.getUserBitmapFilePath(USER_10), CALLING_PACKAGE_2, "3").createNewFile(); in testCleanupDanglingBitmaps() local
879 makeFile(mService.getUserBitmapFilePath(USER_10), CALLING_PACKAGE_2, "4").createNewFile(); in testCleanupDanglingBitmaps() local
DBaseShortcutManagerTest.java625 protected static final String CALLING_PACKAGE_2 = "com.android.test.2"; field in BaseShortcutManagerTest