Searched refs:mServiceToEnableWithShortcut (Results 1 – 1 of 1) sorted by relevance
2074 if (userState.mServiceToEnableWithShortcut == null) { in readAccessibilityShortcutSettingLocked()2077 userState.mServiceToEnableWithShortcut = null; in readAccessibilityShortcutSettingLocked()2083 && componentNameToEnable.equals(userState.mServiceToEnableWithShortcut)) { in readAccessibilityShortcutSettingLocked()2087 userState.mServiceToEnableWithShortcut = componentNameToEnable; in readAccessibilityShortcutSettingLocked()2150 if (userState.mServiceToEnableWithShortcut == null) { in updateAccessibilityShortcutLocked()2155 .containsKey(userState.mServiceToEnableWithShortcut); in updateAccessibilityShortcutLocked()2159 .equals(userState.mServiceToEnableWithShortcut)) { in updateAccessibilityShortcutLocked()2164 userState.mServiceToEnableWithShortcut = null; in updateAccessibilityShortcutLocked()2395 final ComponentName serviceName = userState.mServiceToEnableWithShortcut; in performAccessibilityShortcut()2433 return userState.mServiceToEnableWithShortcut.flattenToString(); in getAccessibilityShortcutService()[all …]