Searched refs:setIsRemoteInputActive (Results 1 – 4 of 4) sorted by relevance
496 verify(mNotificationStackScrollLayout).setIsRemoteInputActive(false); in testUpdateFooter_remoteInput()499 verify(mNotificationStackScrollLayout).setIsRemoteInputActive(true); in testUpdateFooter_remoteInput()
483 mStackScroller.setIsRemoteInputActive(true); in testUpdateFooter_remoteInput()
744 mView.setIsRemoteInputActive(mRemoteInputManager.isRemoteInputActive()); in setUpView()748 mView.setIsRemoteInputActive(active); in setUpView()
728 public void setIsRemoteInputActive(boolean isActive) { in setIsRemoteInputActive() method in NotificationStackScrollLayout