Searched refs:getShortcutsForTest (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest7.java270 assertNotNull(mService.getShortcutsForTest().get(USER_10));
278 assertNull(mService.getShortcutsForTest().get(USER_10));
H A DShortcutManagerTest1.java3141 mService.getShortcutsForTest().get(UserHandle.USER_SYSTEM).setLauncher(
3149 assertEquals(0, mService.getShortcutsForTest().size());
3155 assertEquals(1, mService.getShortcutsForTest().size());
3174 assertEquals("pkg1", mService.getShortcutsForTest().get(UserHandle.USER_SYSTEM)
3181 assertEquals(2, mService.getShortcutsForTest().size());
3191 assertNull(mService.getShortcutsForTest().get(USER_10).getLastKnownLauncher());
3197 assertEquals(1, mService.getShortcutsForTest().size());
3262 final SparseArray<ShortcutUser> users = mService.getShortcutsForTest();
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java3679 SparseArray<ShortcutUser> getShortcutsForTest() { method in class:ShortcutService

Completed in 78 milliseconds