Searched refs:EthernetTrackerConfig (Results 1 – 2 of 2) sorted by relevance
758 final EthernetTrackerConfig config = createEthernetTrackerConfig(configString); in parseEthernetConfig()771 static EthernetTrackerConfig createEthernetTrackerConfig(@NonNull final String configString) { in createEthernetTrackerConfig()773 return new EthernetTrackerConfig(configString.split(";", /* limit of tokens */ 4)); in createEthernetTrackerConfig()1042 static class EthernetTrackerConfig { class in EthernetTracker1048 EthernetTrackerConfig(@NonNull final String[] tokens) { in EthernetTrackerConfig() method in EthernetTracker.EthernetTrackerConfig
314 final EthernetTracker.EthernetTrackerConfig config = in testCreateEthernetTrackerConfigReturnsCorrectValue()