Home
last modified time | relevance | path

Searched refs:supportedApnTypesBitmap (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_data.cpp126 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
225 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
291 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_hidl_hal_api.cpp647 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
810 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
853 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_api.cpp1025 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
1080 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
1123 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_hidl_hal_api.cpp108 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
175 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_api.cpp653 dataProfileInfo.supportedApnTypesBitmap = 320; in TEST_P()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java772 int supportedApnTypesBitmap, int type, int bearerBitmask) { in verifyDataProfile() argument
782 assertEquals(supportedApnTypesBitmap, dp.getSupportedApnTypesBitmask()); in verifyDataProfile()
/aosp12/hardware/interfaces/radio/1.5/
H A Dtypes.hal404 bitfield<ApnTypes> supportedApnTypesBitmap;
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1819 dpi.supportedApnTypesBitmap = dp.getSupportedApnTypesBitmask(); in convertToHalDataProfile10()
1853 dpi.supportedApnTypesBitmap = dp.getSupportedApnTypesBitmask(); in convertToHalDataProfile14()
1950 dpi.supportedApnTypesBitmap = dp.getSupportedApnTypesBitmask(); in convertToHalDataProfile15()
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1112 std::to_string(dataProfileInfo.supportedApnTypesBitmap).c_str(), in setupDataCall()
2067 iaa.supportedTypesBitmask = dataProfileInfo.supportedApnTypesBitmap; in setInitialAttachApn()
2581 dataProfiles[i].supportedTypesBitmask = profiles[i].supportedApnTypesBitmap; in setDataProfile()
/aosp12/hardware/interfaces/radio/1.4/
H A Dtypes.hal1647 bitfield<ApnTypes> supportedApnTypesBitmap;
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal1830 bitfield<ApnTypes> supportedApnTypesBitmap; // Supported APN types bitmap. See ApnTypes for the
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java2646 assertEquals(SUPPORTED_APN_TYPES_BITMASK, dpi.supportedApnTypesBitmap); in testSetupDataCall()