Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java2284 final ShortcutInfo s1_1 = makeShortcutWithTimestamp("s1", 1000); in testPinShortcutAndGetPinnedShortcuts()
2285 final ShortcutInfo s1_2 = makeShortcutWithTimestamp("s2", 2000); in testPinShortcutAndGetPinnedShortcuts()
2291 final ShortcutInfo s2_2 = makeShortcutWithTimestamp("s2", 1500); in testPinShortcutAndGetPinnedShortcuts()
2292 final ShortcutInfo s2_3 = makeShortcutWithTimestamp("s3", 3000); in testPinShortcutAndGetPinnedShortcuts()
2293 final ShortcutInfo s2_4 = makeShortcutWithTimestamp("s4", 500); in testPinShortcutAndGetPinnedShortcuts()
2298 final ShortcutInfo s3_2 = makeShortcutWithTimestamp("s2", 1000); in testPinShortcutAndGetPinnedShortcuts()
2365 final ShortcutInfo s1_1 = makeShortcutWithTimestamp("s1", 1000); in testDisableAndEnableShortcuts()
2366 final ShortcutInfo s1_2 = makeShortcutWithTimestamp("s2", 2000); in testDisableAndEnableShortcuts()
2372 final ShortcutInfo s2_2 = makeShortcutWithTimestamp("s2", 1500); in testDisableAndEnableShortcuts()
2373 final ShortcutInfo s2_3 = makeShortcutWithTimestamp("s3", 3000); in testDisableAndEnableShortcuts()
[all …]
DBaseShortcutManagerTest.java1577 protected ShortcutInfo makeShortcutWithTimestamp(String id, long timestamp) { in makeShortcutWithTimestamp() method in BaseShortcutManagerTest