Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java2228 final ShortcutInfo s1_1 = makeShortcutWithTimestamp("s1", 1000); in testPinShortcutAndGetPinnedShortcuts()
2229 final ShortcutInfo s1_2 = makeShortcutWithTimestamp("s2", 2000); in testPinShortcutAndGetPinnedShortcuts()
2235 final ShortcutInfo s2_2 = makeShortcutWithTimestamp("s2", 1500); in testPinShortcutAndGetPinnedShortcuts()
2236 final ShortcutInfo s2_3 = makeShortcutWithTimestamp("s3", 3000); in testPinShortcutAndGetPinnedShortcuts()
2237 final ShortcutInfo s2_4 = makeShortcutWithTimestamp("s4", 500); in testPinShortcutAndGetPinnedShortcuts()
2242 final ShortcutInfo s3_2 = makeShortcutWithTimestamp("s2", 1000); in testPinShortcutAndGetPinnedShortcuts()
2309 final ShortcutInfo s1_1 = makeShortcutWithTimestamp("s1", 1000); in testDisableAndEnableShortcuts()
2310 final ShortcutInfo s1_2 = makeShortcutWithTimestamp("s2", 2000); in testDisableAndEnableShortcuts()
2316 final ShortcutInfo s2_2 = makeShortcutWithTimestamp("s2", 1500); in testDisableAndEnableShortcuts()
2317 final ShortcutInfo s2_3 = makeShortcutWithTimestamp("s3", 3000); in testDisableAndEnableShortcuts()
[all …]
H A DBaseShortcutManagerTest.java1791 protected ShortcutInfo makeShortcutWithTimestamp(String id, long timestamp) { in makeShortcutWithTimestamp() method in BaseShortcutManagerTest