Home | History | Annotate | Download | only in nfc

Lines Matching full:uris

340                 if (shareData.uris != null) {
341 mUrisToSend = shareData.uris;
459 mUrisToSend = shareData.uris;
745 int doHandover(Uri[] uris, UserHandle userHandle) throws IOException {
773 mHandoverDataParser.getOutgoingHandoverData(response), uris, userHandle)) {
792 Uri[] uris;
801 uris = mUrisToSend;
810 if (uris != null) {
813 int handoverResult = doHandover(uris, userHandle);