Home
last modified time | relevance | path

Searched refs:mRemoteInputActive (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java729 public boolean mRemoteInputActive; field in BaseHeadsUpManager.HeadsUpEntry
838 || mRemoteInputActive in isSticky()
872 if (mRemoteInputActive && !headsUpEntry.mRemoteInputActive) { in compareNonTimeFields()
874 } else if (!mRemoteInputActive && headsUpEntry.mRemoteInputActive) { in compareNonTimeFields()
930 mRemoteInputActive = false; in reset()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManagerTest.java499 headsUpEntry.mRemoteInputActive = true; in testIsSticky_remoteInputActive_true()
538 headsUpEntry.mRemoteInputActive = false; in testIsSticky_false()
585 activeRemoteInput.mRemoteInputActive = true; in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput()
607 activeRemoteInput.mRemoteInputActive = true; in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java291 protected boolean mRemoteInputActive; field in StatusBarKeyguardViewManager
1022 mRemoteInputActive = active; in onRemoteInputActive()
1384 boolean remoteInputActive = mRemoteInputActive; in updateStates()
1467 || mRemoteInputActive in isNavBarVisible()
1629 pw.println(" mRemoteInputActive: " + mRemoteInputActive); in dump()
DHeadsUpManagerPhone.java304 if (headsUpEntry != null && headsUpEntry.mRemoteInputActive != remoteInputActive) { in setRemoteInputActive()
305 headsUpEntry.mRemoteInputActive = remoteInputActive; in setRemoteInputActive()