Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/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()
/cts/tests/app/src/android/app/cts/
DNotificationTest.java818 RemoteInput[] remoteInputs, String expectedResultKey) { in verifyRemoteInputArrayHasSingleResult() argument
819 assertTrue(remoteInputs != null && remoteInputs.length == 1); in verifyRemoteInputArrayHasSingleResult()
820 assertEquals(expectedResultKey, remoteInputs[0].getResultKey()); in verifyRemoteInputArrayHasSingleResult()