Searched refs:setIsRemoteInputActive (Results 1 – 4 of 4) sorted by relevance
750 verify(mNotificationStackScrollLayout).setIsRemoteInputActive(false); in testUpdateFooter_remoteInput()753 verify(mNotificationStackScrollLayout).setIsRemoteInputActive(true); in testUpdateFooter_remoteInput()
453 mStackScroller.setIsRemoteInputActive(true); in testUpdateFooter_remoteInput()
821 mView.setIsRemoteInputActive(mRemoteInputManager.isRemoteInputActive()); in setUpView()825 mView.setIsRemoteInputActive(active); in setUpView()
733 public void setIsRemoteInputActive(boolean isActive) { in setIsRemoteInputActive() method in NotificationStackScrollLayout