Searched refs:getApnTypeBitmask (Results 1 – 14 of 14) sorted by relevance
107 assertEquals(a1.getApnTypeBitmask(), a2.getApnTypeBitmask()); in assertApnSettingEqual()
1462 assertThat(dataProfile.getApnSetting().getApnTypeBitmask()).isEqualTo( in testDedupeDataProfiles2()1524 assertThat(dataProfile.getApnSetting().getApnTypeBitmask()).isEqualTo( in testDedupeDataProfiles3()
287 return (mApnSetting != null) ? mApnSetting.getApnTypeBitmask() : ApnSetting.TYPE_NONE; in getDataConnectionApnTypeBitMask()
251 return mApnSetting.getApnTypeBitmask(); in getSupportedApnTypesBitmask()
832 public @ApnType int getApnTypeBitmask() { in getApnTypeBitmask() method in ApnSetting
1057 apnBuilder.setApnTypeBitmask(apn1.getApnTypeBitmask() | apn2.getApnTypeBitmask()); in mergeDataProfiles()
1571 ? mDataProfile.getApnSetting().getApnTypeBitmask() : ApnSetting.TYPE_NONE;1650 apnTypeBitmask = mDataProfile.getApnSetting().getApnTypeBitmask();3822 ? mDataProfile.getApnSetting().getApnTypeBitmask() : ApnSetting.TYPE_NONE;
1066 int apnTypes = apnSetting.getApnTypeBitmask(); in updateVoiceCallSessionBearerState()
10123 if (apn.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {19840 if (apnSetting.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {19867 if (apn != null && apn.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE19868 && apnSetting.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {19896 if (apn != null && apn.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {19949 if (apnSetting.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {
3908 getApnTypesStringFromBitmask(pdcs.getApnSetting().getApnTypeBitmask())); in broadcastDataConnectionStateChanged()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14480 HSPLandroid/telephony/data/ApnSetting;->getApnTypeBitmask()I
14544 HSPLandroid/telephony/data/ApnSetting;->getApnTypeBitmask()I
46504 method public int getApnTypeBitmask();