Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java36 …tatic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllNotKeyFieldsOnly;
297 assertShortcutIds(assertAllNotKeyFieldsOnly( in testSetDynamicShortcuts()
305 assertShortcutIds(assertAllNotKeyFieldsOnly( in testSetDynamicShortcuts()
344 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
350 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
357 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
366 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
544 assertShortcutIds(assertAllNotKeyFieldsOnly( in testDeleteDynamicShortcuts()
551 assertShortcutIds(assertAllNotKeyFieldsOnly( in testDeleteDynamicShortcuts()
556 assertShortcutIds(assertAllNotKeyFieldsOnly( in testDeleteDynamicShortcuts()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java512 public static List<ShortcutInfo> assertAllNotKeyFieldsOnly( in assertAllNotKeyFieldsOnly() method in ShortcutManagerTestUtils