Home
last modified time | relevance | path

Searched refs:mActionButtons (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java50 private final List<Button> mActionButtons = new ArrayList<>(); field in CarNotificationActionsView
93 mActionButtons.add(findViewById(R.id.action_1)); in onFinishInflate()
94 mActionButtons.add(findViewById(R.id.action_2)); in onFinishInflate()
95 mActionButtons.add(findViewById(R.id.action_3)); in onFinishInflate()
123 Button button = mActionButtons.get(i); in bind()
140 mActionButtons.get(0).setBackground(acceptButton); in bind()
147 mActionButtons.get(1).setBackground(declineButton); in bind()
157 Button button = mActionButtons.get(PLAY_MESSAGE_ACTION_BUTTON_INDEX); in createPlayButton()
169 Button button = mActionButtons.get(MUTE_MESSAGE_ACTION_BUTTON_INDEX); in createMuteButton()
184 for (Button button : mActionButtons) { in reset()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsButtonsController.java38 private ActionButtonsPreference mActionButtons; field in BluetoothDetailsButtonsController
54 mActionButtons = ((ActionButtonsPreference) screen.findPreference( in init()
64 mActionButtons.setButton2Enabled(!mCachedDevice.isBusy()); in refresh()
70 mActionButtons in refresh()
78 mActionButtons in refresh()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeRuleSettingsBase.java48 protected ZenRuleButtonsPreferenceController mActionButtons; field in ZenModeRuleSettingsBase
129 mActionButtons.onResume(mRule, mId); in updateHeader()
130 mActionButtons.displayPreference(screen); in updateHeader()
131 updatePreference(mActionButtons); in updateHeader()
DZenModeEventRuleSettings.java88 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()
93 controllers.add(mActionButtons); in createPreferenceControllers()
DZenModeScheduleRuleSettings.java202 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()
207 controllers.add(mActionButtons); in createPreferenceControllers()
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeRuleSettingsBase.java48 protected ZenRuleButtonsPreferenceController mActionButtons; field in ZenModeRuleSettingsBase
129 mActionButtons.onResume(mRule, mId); in updateHeader()
130 mActionButtons.displayPreference(screen); in updateHeader()
131 updatePreference(mActionButtons); in updateHeader()
DZenModeEventRuleSettings.java88 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()
93 controllers.add(mActionButtons); in createPreferenceControllers()
DZenModeScheduleRuleSettings.java202 mActionButtons = new ZenRuleButtonsPreferenceController(context, this, in createPreferenceControllers()
207 controllers.add(mActionButtons); in createPreferenceControllers()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/tts/
DTextToSpeechSettings.java115 private ActionButtonsPreference mActionButtons; field in TextToSpeechSettings
171 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()
702 mActionButtons.setButton1Enabled(enable); in updateWidgetState()
/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java115 private ActionButtonsPreference mActionButtons; field in TextToSpeechSettings
171 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()
702 mActionButtons.setButton1Enabled(enable); in updateWidgetState()