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.java61 final RemoteInput[] remoteInputs = action.getRemoteInputs(); in onNotificationPosted() local
62 if (remoteInputs != null && remoteInputs.length > 0) { in onNotificationPosted()
63 for (RemoteInput remoteInput : remoteInputs) { in onNotificationPosted()
/cts/tests/app/src/android/app/cts/
DNotificationTest.java315 RemoteInput[] remoteInputs, String expectedResultKey) {
316 assertTrue(remoteInputs != null && remoteInputs.length == 1);
317 assertEquals(expectedResultKey, remoteInputs[0].getResultKey());