Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java61 private static final String SETTINGS_ACTION = SETTINGS_PKG + ".GLOBAL_ACTIONS_PANEL_SETTINGS"; field in WalletPanelViewController
283 Intent settingsIntent = new Intent(SETTINGS_ACTION).setPackage(SETTINGS_PKG); in getOverflowItems()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatEduController.java56 public static final String SETTINGS_ACTION = field in HotseatEduController
320 return new Intent(SETTINGS_ACTION).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getSettingsIntent()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenuAction.java59 public static final MenuAction SETTINGS_ACTION = field in MenuAction
H A DTvOptionsRowAdapter.java84 actionList.add(MenuAction.SETTINGS_ACTION); in createBaseActions()
/aosp12/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DTileUtils.java83 private static final String SETTINGS_ACTION = "com.android.settings.action.SETTINGS"; field in TileUtils
254 loadTilesForAction(context, user, SETTINGS_ACTION, cache, null, tiles, true); in getCategories()