Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java316 assertShortcutIds(assertAllNotKeyFieldsOnly( in testSetDynamicShortcuts()
324 assertShortcutIds(assertAllNotKeyFieldsOnly( in testSetDynamicShortcuts()
363 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
369 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
376 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
385 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
704 assertShortcutIds(assertAllNotKeyFieldsOnly( in testDeleteDynamicShortcuts()
711 assertShortcutIds(assertAllNotKeyFieldsOnly( in testDeleteDynamicShortcuts()
716 assertShortcutIds(assertAllNotKeyFieldsOnly( in testDeleteDynamicShortcuts()
1767 assertAllNotKeyFieldsOnly( in testGetShortcuts()
[all …]
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java575 public static List<ShortcutInfo> assertAllNotKeyFieldsOnly( in assertAllNotKeyFieldsOnly() method in ShortcutManagerTestUtils