Searched refs:techListsJoiner (Results 1 – 1 of 1) sorted by relevance
802 StringJoiner techListsJoiner = new StringJoiner(System.lineSeparator()); in dumpDebug() local804 techListsJoiner.add(Arrays.toString(list)); in dumpDebug()806 proto.write(NfcDispatcherProto.OVERRIDE_TECH_LISTS, techListsJoiner.toString()); in dumpDebug()