HomeSort by relevance Sort by last modified time
    Searched refs:cloneShortcutList (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.cloneShortcutList;
426 return super.setDynamicShortcuts(cloneShortcutList(shortcutInfoList));
432 return super.addDynamicShortcuts(cloneShortcutList(shortcutInfoList));
438 return super.updateShortcuts(cloneShortcutList(shortcutInfoList));
    [all...]
  /frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java 688 public static List<ShortcutInfo> cloneShortcutList(List<ShortcutInfo> list) {
    [all...]

Completed in 102 milliseconds