Searched refs:SETTINGS_ACTION (Results 1 – 5 of 5) sorted by relevance
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()
56 public static final String SETTINGS_ACTION = field in HotseatEduController320 return new Intent(SETTINGS_ACTION).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getSettingsIntent()
59 public static final MenuAction SETTINGS_ACTION = field in MenuAction
84 actionList.add(MenuAction.SETTINGS_ACTION); in createBaseActions()
83 private static final String SETTINGS_ACTION = "com.android.settings.action.SETTINGS"; field in TileUtils254 loadTilesForAction(context, user, SETTINGS_ACTION, cache, null, tiles, true); in getCategories()