Home
last modified time | relevance | path

Searched refs:setRemoteInputActive (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisablerTest.java57 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.TRUE); in shouldEnableQuickSetting_afterDeactiviate()
58 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.FALSE); in shouldEnableQuickSetting_afterDeactiviate()
65 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.FALSE); in shouldDisableQuickSetting_afteActiviate()
66 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.TRUE); in shouldDisableQuickSetting_afteActiviate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisabler.java57 public void setRemoteInputActive(boolean active){ in setRemoteInputActive() method in RemoteInputQuickSettingsDisabler
DRemoteInputView.java240 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(false); in onDefocus()
302 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(true); in focus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java179 mDelegate.setRemoteInputActive(entry, isRemoteInputActive(entry)); in apply()
287 void setRemoteInputActive(NotificationData.Entry entry, boolean remoteInputActive); in setRemoteInputActive() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java212 public void setRemoteInputActive( in setRemoteInputActive() method in HeadsUpManagerPhone
DStatusBar.java2874 public void setRemoteInputActive(NotificationData.Entry entry, in addStatusBarWindow()
2876 mHeadsUpManager.setRemoteInputActive(entry, remoteInputActive); in addStatusBarWindow()