Home
last modified time | relevance | path

Searched refs:makePersistableBundle (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/shortcuts/deviceside/backup/publisher3/src/android/content/pm/cts/shortcut/backup/publisher3/
DShortcutManagerPreBackupTest.java20 …rt static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makePersistableBundle;
43 .setExtras(makePersistableBundle("ek1", "ev1")) in testPreBackup()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher1/src/android/content/pm/cts/shortcut/backup/publisher1/
DShortcutManagerPreBackupTest.java20 …rt static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makePersistableBundle;
44 .setExtras(makePersistableBundle("ek1", "ev1")) in testPreBackup()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4old/src/android/content/pm/cts/shortcut/backup/publisher4/
DShortcutManagerPreBackupTest.java20 …rt static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makePersistableBundle;
44 .setExtras(makePersistableBundle("ek1", "ev1")) in testPreBackup()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher2/src/android/content/pm/cts/shortcut/backup/publisher2/
DShortcutManagerPreBackupTest.java20 …rt static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makePersistableBundle;
44 .setExtras(makePersistableBundle("ek1", "ev1")) in testPreBackup()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerClientApiTest.java403 .setExtras(makePersistableBundle("ek1", "ev1")) in testSetDynamicShortcuts_details()
463 .setExtras(makePersistableBundle("ek1", "ev1")) in testSetDynamicShortcuts_details()
760 .setExtras(makePersistableBundle("ek1", "ev1")) in testAddDynamicShortcuts_details()
820 .setExtras(makePersistableBundle("ek1", "ev1")) in testAddDynamicShortcuts_details()
1099 .setExtras(makePersistableBundle("ek1", "ev1")) in testUpdateShortcut_details()
1276 .setExtras(makePersistableBundle("ek1", "X")) in testUpdateShortcut_details()
1903 .setExtras(makePersistableBundle("ek1", "ev1")) in testMiscShortcutInfo()
DShortcutManagerCtsTestsBase.java361 public static PersistableBundle makePersistableBundle(Object... keysAndValues) { in makePersistableBundle() method in ShortcutManagerCtsTestsBase