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.java60 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.TRUE); in shouldEnableQuickSetting_afterDeactiviate()
61 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.FALSE); in shouldEnableQuickSetting_afterDeactiviate()
68 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.FALSE); in shouldDisableQuickSetting_afteActiviate()
69 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(Boolean.TRUE); in shouldDisableQuickSetting_afteActiviate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java177 mDelegate.setRemoteInputActive(entry, isRemoteInputActive(entry)); in apply()
285 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisabler.java62 public void setRemoteInputActive(boolean active){ in setRemoteInputActive() method in RemoteInputQuickSettingsDisabler
DRemoteInputView.java249 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(false); in onDefocus()
330 mRemoteInputQuickSettingsDisabler.setRemoteInputActive(true); in focus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java241 public void setRemoteInputActive( in setRemoteInputActive() method in HeadsUpManagerPhone
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java712 public void setRemoteInputActive(NotificationEntry entry, in createDelegate()
714 mHeadsUpManager.setRemoteInputActive(entry, remoteInputActive); in createDelegate()