Searched defs:transportType (Results 1 – 12 of 12) sorted by relevance
258 public Builder addTransportType(@NetworkCapabilities.Transport int transportType) { in addTransportType()269 public Builder removeTransportType(@NetworkCapabilities.Transport int transportType) { in removeTransportType()447 public boolean hasTransport(@Transport int transportType) { in hasTransport()
634 public static boolean isValidTransport(@Transport int transportType) { in isValidTransport()661 public NetworkCapabilities addTransportType(@Transport int transportType) { in addTransportType()675 public NetworkCapabilities removeTransportType(@Transport int transportType) { in removeTransportType()688 public NetworkCapabilities setTransportType(@Transport int transportType, boolean value) { in setTransportType()724 public boolean hasTransport(@Transport int transportType) { in hasTransport()
93 private static String getTransportName(int transportType) { in getTransportName()103 private static int getIcon(int transportType) { in getIcon()134 final int transportType; in showNotification() local
121 public NetworkRegistrationState(int transportType, int domain, int regState, in NetworkRegistrationState()138 public NetworkRegistrationState(int transportType, int domain, int regState, in NetworkRegistrationState()153 public NetworkRegistrationState(int transportType, int domain, int regState, in NetworkRegistrationState()
1549 public List<NetworkRegistrationState> getNetworkRegistrationStates(int transportType) { in getNetworkRegistrationStates()1571 public NetworkRegistrationState getNetworkRegistrationStates(int transportType, int domain) { in getNetworkRegistrationStates()
84 int legacyType, int transportType, int... capabilities) { in verifyNetworkCapabilities()95 static void verifyUnrestrictedNetworkCapabilities(int legacyType, int transportType) { in verifyUnrestrictedNetworkCapabilities()
212 int transportType = TransportType.WWAN; in createRegistrationStateFromVoiceRegState() local261 int transportType = TransportType.WWAN; in createRegistrationStateFromDataRegState() local
62 public NetworkRegistrationManager(int transportType, Phone phone) { in NetworkRegistrationManager()
562 public final int transportType; field in UpstreamNetworkMonitorTest.TestNetworkAgent565 public TestNetworkAgent(TestConnectivityManager cm, int transportType) { in TestNetworkAgent()
232 public DataServiceManager(Phone phone, int transportType) { in DataServiceManager()304 private String getDataServicePackageName(int transportType) { in getDataServicePackageName()
575 public DcTracker(Phone phone, int transportType) { in DcTracker()
944 int transportType, NetworkRequest.Type type) { in createDefaultInternetRequestForTransport()