Searched refs:mRoutingTableParser (Results 1 – 2 of 2) sorted by relevance
30 private RoutingTableParser mRoutingTableParser; field in NfcRoutingTableParseTest48 mRoutingTableParser = new RoutingTableParser(); in setUp()67 mRoutingTableParser.parse(rt); in testParseValidTechnologyEntry()69 int ret = mRoutingTableParser.getCommitStatus(type, entry); in testParseValidTechnologyEntry()71 assertThat(ret).isEqualTo(mRoutingTableParser.STATS_HOST_OK); in testParseValidTechnologyEntry()86 mRoutingTableParser.parse(rt); in testParseInvalidTechnologyEntry()88 int ret = mRoutingTableParser.getCommitStatus(type, entry); in testParseInvalidTechnologyEntry()90 assertThat(ret).isEqualTo(mRoutingTableParser.STATS_NOT_FOUND); in testParseInvalidTechnologyEntry()105 mRoutingTableParser.parse(rt); in testParseValidProtocolEntry()107 int ret = mRoutingTableParser.getCommitStatus(type, entry); in testParseValidProtocolEntry()[all …]
335 RoutingTableParser mRoutingTableParser; field in NfcService492 mRoutingTableParser = new RoutingTableParser(); in NfcService()3530 mRoutingTableParser.dump(mDeviceHost, pw); in dump()