Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DMyNotificationListenerService.java62 final RemoteInput[] remoteInputs = action.getRemoteInputs(); in onNotificationPosted() local
63 if (remoteInputs != null && remoteInputs.length > 0) { in onNotificationPosted()
64 for (RemoteInput remoteInput : remoteInputs) { in onNotificationPosted()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationEntry.java284 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasInlineReply() local
285 if (remoteInputs == null) { in hasInlineReply()
288 for (RemoteInput remoteInput : remoteInputs) { in hasInlineReply()
/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java281 .anyMatch(remoteInputs -> remoteInputs.length > 0); in replyCallbackHasRemoteInput()