Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A 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…
H A 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.assertHaveIds;
22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertSuccess;
23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;
24 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
25 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.readAll;
26 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.resultContains;
H A DShortcutManagerTest10.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
H A DShortcutManagerTest12.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
H A 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;
H A DShortcutManagerTest1.java23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.anyOrNull;
24 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.anyStringOrNull;
48 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertEmpty;
52 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;
54 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.findShortcut;
55 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.hashSet;
56 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
57 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
58 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.pfdToBitmap;
59 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.resetAll;
[all …]
H A DShortcutManagerTest9.java19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertExpectExcept…
H A 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;
H A DShortcutManagerTest5.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.set;
H A 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;
H A 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;
H A DShortcutManagerTest11.java18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;
19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/
H A DAndroid.bp25 name: "ShortcutManagerTestUtils",
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java96 public class ShortcutManagerTestUtils { class
105 private ShortcutManagerTestUtils() { in ShortcutManagerTestUtils() method in ShortcutManagerTestUtils
762 ShortcutInfo si2 = p.readParcelable(ShortcutManagerTestUtils.class.getClassLoader()); in parceled()
866 ShortcutManagerTestUtils.filterByActivity(mList, activity)); in selectByActivity()
871 ShortcutManagerTestUtils.changedSince(mList, time)); in selectByChangedSince()
892 ShortcutManagerTestUtils.sortedByRank(mList)); in toSortByRank()
/aosp12/frameworks/base/services/tests/servicestests/
H A DAndroid.bp50 "ShortcutManagerTestUtils",