Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1778 assertShortcutIds( in testGetShortcuts()
6907 assertShortcutIds( in testSaveAndLoad_crossProfile()
6910 assertShortcutIds( in testSaveAndLoad_crossProfile()
6913 assertShortcutIds( in testSaveAndLoad_crossProfile()
6916 assertShortcutIds( in testSaveAndLoad_crossProfile()
6919 assertShortcutIds( in testSaveAndLoad_crossProfile()
6922 assertShortcutIds( in testSaveAndLoad_crossProfile()
6932 assertShortcutIds( in testSaveAndLoad_crossProfile()
6935 assertShortcutIds( in testSaveAndLoad_crossProfile()
6938 assertShortcutIds( in testSaveAndLoad_crossProfile()
[all …]
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java511 public static List<ShortcutInfo> assertShortcutIds(List<ShortcutInfo> actualShortcuts, in assertShortcutIds() method in ShortcutManagerTestUtils
901 assertShortcutIds(mList, expectedIds); in haveIds()