Searched refs:getResultData (Results 1 – 13 of 13) sorted by relevance
87 assertThat(result.getResultData().getData()).isEqualTo(doc.getDocumentUri()); in testOnDocumentPicked()105 assertThat(result.getResultData().getData()).isEqualTo(doc.getDocumentUri()); in testOnDocumentPicked_otherUser()
92 Intent result = activityResult.getResultData(); in testActionCreate_TextFile()
65 Intent resultData = getActivity().getResultData(); in testNoExtraOutput()118 Intent resultData = getActivity().getResultData(); in testRetake()
93 Intent resultData = getActivity().getResultData(); in testNoExtraOutput()124 Intent resultData = getActivity().getResultData(); in testRetake()
8 public android.content.Intent getResultData();
49 dataBlockingQueue.offer(receiver.getResultData()); in testSend_andAssertCalled()
79 public Bundle getResultData() throws InterruptedException { in getResultData() method in BlockingResultReceiver
124 public Intent getResultData() { in getResultData() method in ActivityBase
60 Intent resultData = getActivity().getResultData(); in testNoExtraOutput()
86 Intent resultData = getActivity().getResultData(); in testNoExtraOutput()
130 String resultNumber = getResultData(); in onReceive()
242 final String resultData = getResultData(); in sendOrderedBroadcast()
2454 public Intent getResultData() { in getResultData() method in CameraActivity