Searched refs:assertAllNotKeyFieldsOnly (Results 1 – 2 of 2) sorted by relevance
35 …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 …]
575 public static List<ShortcutInfo> assertAllNotKeyFieldsOnly( in assertAllNotKeyFieldsOnly() method in ShortcutManagerTestUtils