/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
D | GroupMmsSettingDialog.java | 71 final RadioButton enableButton = (RadioButton) in createView() local 79 enableButton.setOnClickListener(new OnClickListener() { in createView() 88 enableButton.setChecked(mmsEnabled); in createView()
|
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
D | AppsSettingsTests.java | 116 UiObject2 enableButton = mDevice.wait( in testDisablingAndEnablingSystemApp() local 118 assertNotNull("App not disabled successfully", enableButton); in testDisablingAndEnablingSystemApp() 119 enableButton.click(); in testDisablingAndEnablingSystemApp()
|
D | AppsSettingsRetainFilterTests.java | 81 UiObject2 enableButton = mDevice.wait( in testDisablingSystemAppAndRotateDevice() local 83 assertThat(enableButton).isNotNull(); in testDisablingSystemAppAndRotateDevice()
|
/packages/apps/Dialer/java/com/android/incallui/callpending/ |
D | CallPendingActivity.java | 219 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()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | CallButtonPresenter.java | 404 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()
|
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/ |
D | InCallButtonUi.java | 28 void enableButton(@InCallButtonIds int buttonId, boolean enable); in enableButton() method
|
/packages/apps/Camera2/src/com/android/camera/ |
D | ButtonManager.java | 380 enableButton(buttonId); in initializeButton() 479 enableButton(BUTTON_CAMERA); in enableCameraButton() 485 public void enableButton(int buttonId) { in enableButton() method in ButtonManager
|
D | PhotoModule.java | 1869 mAppController.getButtonManager().enableButton(ButtonManager.BUTTON_FLASH); in onSettingChanged()
|
/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
D | InCallFragment.java | 431 public void enableButton(@InCallButtonIds int buttonId, boolean enable) { in enableButton() method in InCallFragment
|
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/ |
D | RttChatFragment.java | 546 public void enableButton(int buttonId, boolean enable) {} in enableButton() method in RttChatFragment
|
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
D | SurfaceViewVideoCallFragment.java | 747 public void enableButton(@InCallButtonIds int buttonId, boolean enable) { in enableButton() method in SurfaceViewVideoCallFragment
|
D | VideoCallFragment.java | 861 public void enableButton(@InCallButtonIds int buttonId, boolean enable) { in enableButton() method in VideoCallFragment
|