Home
last modified time | relevance | path

Searched refs:getApnTypeBitmask (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPreciseDataConnectionState.java209 return (mApnSetting != null) ? mApnSetting.getApnTypeBitmask() : ApnSetting.TYPE_NONE; in getDataConnectionApnTypeBitMask()
/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DDataProfile.java251 return mApnSetting.getApnTypeBitmask(); in getSupportedApnTypesBitmask()
H A DApnSetting.java777 public @ApnType int getApnTypeBitmask() { in getApnTypeBitmask() method in ApnSetting
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java10089 if (apn.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {
19949 if (apnSetting.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {
19976 if (apn != null && apn.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE
19977 && apnSetting.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {
20005 if (apn != null && apn.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {
20058 if (apnSetting.getApnTypeBitmask() == ApnSetting.TYPE_ENTERPRISE) {
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java3759 getApnTypesStringFromBitmask(pdcs.getApnSetting().getApnTypeBitmask())); in broadcastDataConnectionStateChanged()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt14720 HSPLandroid/telephony/data/ApnSetting;->getApnTypeBitmask()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt14784 HSPLandroid/telephony/data/ApnSetting;->getApnTypeBitmask()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt46113 method public int getApnTypeBitmask();