Loading radio/aidl/android/hardware/radio/data/ApnTypes.aidl +13 −1 Original line number Diff line number Diff line Loading @@ -90,5 +90,17 @@ enum ApnTypes { /** * APN type for RCS (Rich Communication Services) */ RCS = 1 << 15 RCS = 1 << 15, /** * APN type for OEM_PAID networks (Automotive PANS) */ // TODO(b/366194627): enable once HAL unfreezes // OEM_PAID = 1 << 16, /** * APN type for OEM_PRIVATE networks (Automotive PANS) */ // TODO(b/366194627): enable once HAL unfreezes // OEM_PRIVATE = 1 << 17, } Loading
radio/aidl/android/hardware/radio/data/ApnTypes.aidl +13 −1 Original line number Diff line number Diff line Loading @@ -90,5 +90,17 @@ enum ApnTypes { /** * APN type for RCS (Rich Communication Services) */ RCS = 1 << 15 RCS = 1 << 15, /** * APN type for OEM_PAID networks (Automotive PANS) */ // TODO(b/366194627): enable once HAL unfreezes // OEM_PAID = 1 << 16, /** * APN type for OEM_PRIVATE networks (Automotive PANS) */ // TODO(b/366194627): enable once HAL unfreezes // OEM_PRIVATE = 1 << 17, }