Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java1227 boolean hasRemoteInput = false;
1240 hasRemoteInput = true;
1254 applyRemoteInput(entry, hasRemoteInput);
1258 private void applyRemoteInput(NotificationData.Entry entry, boolean hasRemoteInput) { in applyRemoteInput() argument
1261 mExpandedRemoteInput = applyRemoteInput(bigContentView, entry, hasRemoteInput, in applyRemoteInput()
1276 mHeadsUpRemoteInput = applyRemoteInput(headsUpContentView, entry, hasRemoteInput, in applyRemoteInput()
1290 boolean hasRemoteInput, PendingIntent existingPendingIntent, in applyRemoteInput() argument
1302 if (existing == null && hasRemoteInput) { in applyRemoteInput()
1321 if (hasRemoteInput) { in applyRemoteInput()