Searched refs:applyRemoteInput (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 1254 applyRemoteInput(entry, hasRemoteInput); 1258 private void applyRemoteInput(NotificationData.Entry entry, boolean hasRemoteInput) { in applyRemoteInput() method in NotificationContentView 1261 mExpandedRemoteInput = applyRemoteInput(bigContentView, entry, hasRemoteInput, in applyRemoteInput() 1276 mHeadsUpRemoteInput = applyRemoteInput(headsUpContentView, entry, hasRemoteInput, in applyRemoteInput() 1289 private RemoteInputView applyRemoteInput(View view, NotificationData.Entry entry, in applyRemoteInput() method in NotificationContentView
|