Searched refs:protocolStringToInt (Results 1 – 3 of 3) sorted by relevance
42 RoutingTableProtocolEntry.protocolStringToInt("PROTOCOL_T1T")); in testProtocolStringToInt()44 RoutingTableProtocolEntry.protocolStringToInt("PROTOCOL_T2T")); in testProtocolStringToInt()46 RoutingTableProtocolEntry.protocolStringToInt("PROTOCOL_T3T")); in testProtocolStringToInt()48 RoutingTableProtocolEntry.protocolStringToInt("PROTOCOL_ISO_DEP")); in testProtocolStringToInt()50 RoutingTableProtocolEntry.protocolStringToInt("PROTOCOL_NFC_DEP")); in testProtocolStringToInt()52 RoutingTableProtocolEntry.protocolStringToInt("PROTOCOL_T5T")); in testProtocolStringToInt()54 RoutingTableProtocolEntry.protocolStringToInt("PROTOCOL_NDEF")); in testProtocolStringToInt()56 RoutingTableProtocolEntry.protocolStringToInt("PROTOCOL_UNDETERMINED")); in testProtocolStringToInt()58 RoutingTableProtocolEntry.protocolStringToInt("INVALID_PROTOCOL")); in testProtocolStringToInt()
118 public static int protocolStringToInt(String protocolString) { in protocolStringToInt() method in RoutingTableProtocolEntry
903 RoutingTableProtocolEntry.protocolStringToInt(entry.getEntry()), in getRoutingTable()