Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java31 …t static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllKeyFieldsOnly;
1846 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1864 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1871 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1878 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1885 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1894 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1901 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1909 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1916 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java567 public static List<ShortcutInfo> assertAllKeyFieldsOnly( in assertAllKeyFieldsOnly() method in ShortcutManagerTestUtils