Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3863 final List<Pair<Integer, String>> shortcutTypeAndShortcutSetting = new ArrayList<>(3); in removeShortcutTargetForUnboundServiceLocked() local
3864 shortcutTypeAndShortcutSetting.add( in removeShortcutTargetForUnboundServiceLocked()
3867 shortcutTypeAndShortcutSetting.add( in removeShortcutTargetForUnboundServiceLocked()
3871 shortcutTypeAndShortcutSetting.add( in removeShortcutTargetForUnboundServiceLocked()
3877 for (Pair<Integer, String> shortcutTypePair : shortcutTypeAndShortcutSetting) { in removeShortcutTargetForUnboundServiceLocked()