Searched refs:supportedTypes (Results 1 – 12 of 12) sorted by relevance
47 StringBuilder supportedTypes = new StringBuilder(System.lineSeparator()).append( in hdrTypesAsString() local51 supportedTypes.append(System.lineSeparator()); in hdrTypesAsString()54 supportedTypes in hdrTypesAsString()60 supportedTypes in hdrTypesAsString()65 supportedTypes in hdrTypesAsString()70 supportedTypes in hdrTypesAsString()76 return supportedTypes.toString(); in hdrTypesAsString()
74 private val supportedTypes = arrayOf(TYPE_WIFI, TYPE_WIFI_P2P, TYPE_ETHERNET, TYPE_MOBILE, constant in com.android.server.LegacyTypeTrackerTest100 supportedTypes.forEach { in testSupportedTypes()121 supportedTypes.toSet().minus(nonMobileTypes).forEach { in testSupportedTypes_NoTelephony()131 supportedTypes.toSet().minus(TYPE_WIFI_P2P).forEach { in testSupportedTypes_NoWifiDirect()
54 Set<Class> supportedTypes = new HashSet<>(Arrays.asList( in testAllCabinProperties() local58 if (supportedTypes.contains(property.getPropertyType())) { in testAllCabinProperties()
52 Set<Class> supportedTypes = new HashSet<>(Arrays.asList( in testAllHvacProperties() local56 if (supportedTypes.contains(property.getPropertyType())) { in testAllHvacProperties()
29 long supportedTypes;
1108 default void onSupportedTetheringTypes(@NonNull Set<Integer> supportedTypes) {}1408 callback.onSupportedTetheringTypes(unpackBits(parcel.supportedTypes));1409 callback.onTetheringSupported(parcel.supportedTypes != 0);
112 String[] supportedTypes = info.getSupportedTypes(); in getMediaSoftwareCodecInfoInternal() local113 for (String supportedType : supportedTypes) { in getMediaSoftwareCodecInfoInternal()
167 final int[] supportedTypes = {181 for (int type : supportedTypes) {
1090 final Set<Integer> supportedTypes = new HashSet<Integer>(); in migratePostal() local1093 supportedTypes.add(editType.rawValue); in migratePostal()1103 if (!supportedTypes.contains(oldType)) { in migratePostal()
430 public void onSupportedTetheringTypes(Set<Integer> supportedTypes) { in onSupportedTetheringTypes() argument
2393 parcel.supportedTypes = mSupportedTypeBitmap; in registerTetheringEventCallback()
2251 mSupportedBitmaps.add(parcel.supportedTypes); in onCallbackStarted()