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.java35 …tatic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllNotKeyFieldsOnly;
321 assertShortcutIds(assertAllNotKeyFieldsOnly( in testSetDynamicShortcuts()
329 assertShortcutIds(assertAllNotKeyFieldsOnly( in testSetDynamicShortcuts()
368 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
374 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
381 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
390 assertShortcutIds(assertAllNotKeyFieldsOnly( in testAddDynamicShortcuts()
423 assertShortcutIds(assertAllNotKeyFieldsOnly(mManager.getDynamicShortcuts()), "s1"); in testPushDynamicShortcut()
431 assertShortcutIds(assertAllNotKeyFieldsOnly(mManager.getDynamicShortcuts()), "s1", "s2"); in testPushDynamicShortcut()
433 assertShortcutIds(assertAllNotKeyFieldsOnly(mManager.getDynamicShortcuts()), in testPushDynamicShortcut()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java575 public static List<ShortcutInfo> assertAllNotKeyFieldsOnly( in assertAllNotKeyFieldsOnly() method in ShortcutManagerTestUtils