Searched refs:remoteInputs (Results 1 – 2 of 2) sorted by relevance
62 final RemoteInput[] remoteInputs = action.getRemoteInputs(); in onNotificationPosted() local63 if (remoteInputs != null && remoteInputs.length > 0) { in onNotificationPosted()64 for (RemoteInput remoteInput : remoteInputs) { in onNotificationPosted()
818 RemoteInput[] remoteInputs, String expectedResultKey) { in verifyRemoteInputArrayHasSingleResult() argument819 assertTrue(remoteInputs != null && remoteInputs.length == 1); in verifyRemoteInputArrayHasSingleResult()820 assertEquals(expectedResultKey, remoteInputs[0].getResultKey()); in verifyRemoteInputArrayHasSingleResult()