Searched refs:LAST_SHORTCUT_SERVICE (Results 1 – 2 of 2) sorted by relevance
51 private static final String LAST_SHORTCUT_SERVICE = "last_shortcut_service"; field in AccessibilityShortcutFragment134 return mSharedPref.getString(LAST_SHORTCUT_SERVICE, ""); in getLastShortcutService()138 mSharedPref.edit().putString(LAST_SHORTCUT_SERVICE, s).apply(); in putLastShortcutService()
46 private static final String LAST_SHORTCUT_SERVICE = "last_shortcut_service"; field in AccessibilityShortcutState186 return mSharedPref.getString(LAST_SHORTCUT_SERVICE, ""); in getLastShortcutService()190 mSharedPref.edit().putString(LAST_SHORTCUT_SERVICE, s).apply(); in putLastShortcutService()