Home
last modified time | relevance | path

Searched refs:enableButton (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DGroupMmsSettingDialog.java71 final RadioButton enableButton = (RadioButton) in createView() local
79 enableButton.setOnClickListener(new OnClickListener() { in createView()
88 enableButton.setChecked(mmsEnabled); in createView()
/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
H A DAppsSettingsTests.java116 UiObject2 enableButton = mDevice.wait( in testDisablingAndEnablingSystemApp() local
118 assertNotNull("App not disabled successfully", enableButton); in testDisablingAndEnablingSystemApp()
119 enableButton.click(); in testDisablingAndEnablingSystemApp()
H A DAppsSettingsRetainFilterTests.java81 UiObject2 enableButton = mDevice.wait( in testDisablingSystemAppAndRotateDevice() local
83 assertThat(enableButton).isNotNull(); in testDisablingSystemAppAndRotateDevice()
/aosp12/packages/apps/Dialer/java/com/android/incallui/callpending/
H A DCallPendingActivity.java219 inCallButtonUi.enableButton(InCallButtonIds.BUTTON_DIALPAD, false); in newInCallButtonUiDelegate()
220 inCallButtonUi.enableButton(InCallButtonIds.BUTTON_MUTE, false); in newInCallButtonUiDelegate()
221 inCallButtonUi.enableButton(InCallButtonIds.BUTTON_AUDIO, false); in newInCallButtonUiDelegate()
222 inCallButtonUi.enableButton(InCallButtonIds.BUTTON_ADD_CALL, false); in newInCallButtonUiDelegate()
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DInCallButtonUi.java28 void enableButton(@InCallButtonIds int buttonId, boolean enable); in enableButton() method
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallButtonPresenter.java404 inCallButtonUi.enableButton(InCallButtonIds.BUTTON_PAUSE_VIDEO, false); in pauseVideoClicked()
508 inCallButtonUi.enableButton(InCallButtonIds.BUTTON_ADD_CALL, showAddCall); in updateButtonsState()
511 inCallButtonUi.enableButton(InCallButtonIds.BUTTON_UPGRADE_TO_RTT, enableUpgradeToRtt); in updateButtonsState()
567 inCallButtonUi.enableButton(InCallButtonIds.BUTTON_PAUSE_VIDEO, true); in onDialerCallSessionModificationStateChange()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DButtonManager.java380 enableButton(buttonId); in initializeButton()
479 enableButton(BUTTON_CAMERA); in enableCameraButton()
485 public void enableButton(int buttonId) { in enableButton() method in ButtonManager
H A DPhotoModule.java1869 mAppController.getButtonManager().enableButton(ButtonManager.BUTTON_FLASH); in onSettingChanged()
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallFragment.java431 public void enableButton(@InCallButtonIds int buttonId, boolean enable) { in enableButton() method in InCallFragment
/aosp12/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
H A DRttChatFragment.java546 public void enableButton(int buttonId, boolean enable) {} in enableButton() method in RttChatFragment
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DSurfaceViewVideoCallFragment.java747 public void enableButton(@InCallButtonIds int buttonId, boolean enable) { in enableButton() method in SurfaceViewVideoCallFragment
H A DVideoCallFragment.java861 public void enableButton(@InCallButtonIds int buttonId, boolean enable) { in enableButton() method in VideoCallFragment