Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1755 final ShortcutInfo s3_2 = makeShortcutWithLocusId("s3", makeLocusId("l2")); in testGetShortcuts() local
1756 s3_2.setLongLived(); in testGetShortcuts()
1758 assertTrue(mManager.setDynamicShortcuts(list(s3_2))); in testGetShortcuts()
2242 final ShortcutInfo s3_2 = makeShortcutWithTimestamp("s2", 1000); in testPinShortcutAndGetPinnedShortcuts()
2243 assertTrue(mManager.setDynamicShortcuts(list(s3_2))); in testPinShortcutAndGetPinnedShortcuts()
2323 final ShortcutInfo s3_2 = makeShortcutWithTimestamp("s2", 1000); in testDisableAndEnableShortcuts()
2324 assertTrue(mManager.setDynamicShortcuts(list(s3_2))); in testDisableAndEnableShortcuts()