Searched refs:canHandleType (Results 1 – 7 of 7) sorted by relevance
125 .canHandleType(ApnSetting.TYPE_MMS)); in testCanHandleType()128 .canHandleType(ApnSetting.TYPE_MMS)); in testCanHandleType()131 .canHandleType(ApnSetting.TYPE_DEFAULT)); in testCanHandleType()135 .canHandleType(ApnSetting.TYPE_HIPRI)); in testCanHandleType()137 .canHandleType(ApnSetting.TYPE_DEFAULT)); in testCanHandleType()141 .canHandleType(ApnSetting.TYPE_DEFAULT)); in testCanHandleType()144 .canHandleType(ApnSetting.TYPE_MMS)); in testCanHandleType()147 .canHandleType(ApnSetting.TYPE_SUPL)); in testCanHandleType()151 .canHandleType(ApnSetting.TYPE_IA)); in testCanHandleType()154 .canHandleType(ApnSetting.TYPE_IA)); in testCanHandleType()[all …]
1445 .canHandleType(ApnSetting.TYPE_DEFAULT)); in testDedupeDataProfiles2()1447 .canHandleType(ApnSetting.TYPE_DEFAULT)); in testDedupeDataProfiles2()
299 isInternetSupported |= apn.canHandleType(ApnSetting.TYPE_DEFAULT); in updateDataProfiles()960 if (setting.canHandleType(ApnSetting.TYPE_MMS) in checkApnSetting()1036 if (apn2.canHandleType(ApnSetting.TYPE_DEFAULT) in mergeDataProfiles()1037 && !apn1.canHandleType(ApnSetting.TYPE_DEFAULT)) { in mergeDataProfiles()
356 return apnTypes.stream().allMatch(dataProfile.getApnSetting()::canHandleType); in canBeSatisfiedBy()
393 return mApnSetting != null && mApnSetting.canHandleType( in canSatisfy()
1257 public boolean canHandleType(@ApnType int type) { in canHandleType() method in ApnSetting1404 return (!this.canHandleType(TYPE_DUN) in similar()1405 && !other.canHandleType(TYPE_DUN) in similar()
52587 Landroid/telephony/data/ApnSetting;->canHandleType(I)Z