HomeSort by relevance Sort by last modified time
    Searched refs:remoteInputs (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyNotificationListenerService.java 62 final RemoteInput[] remoteInputs = action.getRemoteInputs();
63 if (remoteInputs != null && remoteInputs.length > 0) {
64 for (RemoteInput remoteInput : remoteInputs) {
  /cts/tests/app/src/android/app/cts/
NotificationTest.java     [all...]

Completed in 167 milliseconds