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;
286 assertShortcutIds(assertAllNotKeyFieldsOnly( in testSetDynamicShortcuts()
294 assertShortcutIds(assertAllNotKeyFieldsOnly( in testSetDynamicShortcuts()
333 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
339 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
346 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
355 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
533 assertShortcutIds(assertAllNotKeyFieldsOnly( in testDeleteDynamicShortcuts()
540 assertShortcutIds(assertAllNotKeyFieldsOnly( in testDeleteDynamicShortcuts()
545 assertShortcutIds(assertAllNotKeyFieldsOnly( in testDeleteDynamicShortcuts()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java506 public static List<ShortcutInfo> assertAllNotKeyFieldsOnly( in assertAllNotKeyFieldsOnly() method in ShortcutManagerTestUtils