Searched refs:SETTINGS_ACTION (Results 1 – 4 of 4) sorted by relevance
52 public static final String SETTINGS_ACTION = field in HotseatEduController284 return new Intent(SETTINGS_ACTION).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getSettingsIntent()
61 private static final String SETTINGS_ACTION = SETTINGS_PKG + ".GLOBAL_ACTIONS_PANEL_SETTINGS"; field in WalletPanelViewController283 Intent settingsIntent = new Intent(SETTINGS_ACTION).setPackage(SETTINGS_PKG); in getOverflowItems()
59 public static final MenuAction SETTINGS_ACTION = field in MenuAction
84 actionList.add(MenuAction.SETTINGS_ACTION); in createBaseActions()