Home
last modified time | relevance | path

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

/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DShortcutHelper.java76 private void callShortcutManager(BooleanSupplier r) { in callShortcutManager() method in ShortcutHelper
153 callShortcutManager(() -> mShortcutManager.updateShortcuts(updateList)); in refreshShortcuts()
211 callShortcutManager(() -> mShortcutManager.requestPinShortcut( in addWebSiteShortcut()
214 callShortcutManager(() -> in addWebSiteShortcut()
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DShortcutHelper.java74 private void callShortcutManager(BooleanSupplier r) { in callShortcutManager() method in ShortcutHelper
151 callShortcutManager(() -> mShortcutManager.updateShortcuts(updateList)); in refreshShortcuts()
206 callShortcutManager(() -> { in addWebSiteShortcut() method