Searched refs:isTypeSupported (Results 1 – 2 of 2) sorted by relevance
48 if (!isTypeSupported(type)) { in rewriteType()87 private fun isTypeSupported(type: JavaType): Boolean { in isTypeSupported() method in com.android.tools.build.jetifier.processor.type.MapGeneratorRemapper
589 public boolean isTypeSupported(int type) { in isTypeSupported() method in ConnectivityService.LegacyTypeTracker595 if (isTypeSupported(type) && !mTypeLists[type].isEmpty()) { in getNetworkForType()613 if (!isTypeSupported(type)) { in add()1026 if (mLegacyTypeTracker.isTypeSupported(networkType)) { in getFilteredNetworkState()1354 return mLegacyTypeTracker.isTypeSupported(networkType); in isNetworkSupported()1522 if (mLegacyTypeTracker.isTypeSupported(networkType) == false) { in requestRouteToHostAddress()