Home
last modified time | relevance | path

Searched refs:ShortcutManagerTestUtils (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest4.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertBundlesEqual;
19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makePersistableBun…
DShortcutManagerTest7.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.array;
19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertContains;
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertExpectExcept…
21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertSuccess;
22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;
23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
24 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.readAll;
25 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.resultContains;
DShortcutManagerTest10.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
DShortcutManagerTest3.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;
19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.set;
DShortcutManagerTest1.java23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.anyOrNull;
24 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.anyStringOrNull;
25 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllDisabled;
26 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllDynamic;
27 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllDynamicOr…
28 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllEnabled;
29 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllHaveInten…
30 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllHaveTitle;
31 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllImmutable;
32 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllKeyFields…
[all …]
DShortcutManagerTest9.java19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertExpectExcept…
DShortcutManagerTest5.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.set;
DShortcutManagerTest8.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.anyOrNull;
19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertExpectExcept…
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertForLauncherC…
21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;
22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
DBaseShortcutManagerTest.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.anyOrNull;
19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.anyStringOrNull;
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.cloneShortcutList;
21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.hashSet;
22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
24 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.set;
DShortcutManagerTest2.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertBundlesEqual;
19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertExpectExcept…
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;
21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.parceled;
24 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.set;
DShortcutManagerTest6.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
/frameworks/base/services/tests/shortcutmanagerutils/
DAndroid.bp16 name: "ShortcutManagerTestUtils",
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java92 public class ShortcutManagerTestUtils { class
101 private ShortcutManagerTestUtils() { in ShortcutManagerTestUtils() method in ShortcutManagerTestUtils
699 ShortcutInfo si2 = p.readParcelable(ShortcutManagerTestUtils.class.getClassLoader()); in parceled()
803 ShortcutManagerTestUtils.filterByActivity(mList, activity)); in selectByActivity()
808 ShortcutManagerTestUtils.changedSince(mList, time)); in selectByChangedSince()
829 ShortcutManagerTestUtils.sortedByRank(mList)); in toSortByRank()
/frameworks/base/services/tests/servicestests/
DAndroid.bp36 "ShortcutManagerTestUtils",