-b6801a5cca21eab5f8034f5bec4c6a01ef856157
+0fac7647ce0de55319d9c5fa53bdf92cfdc1a5c2
oneway void needTurnOnRadioIndication(int type);
oneway void nrBearerAllocationChanged(int type, int status);
oneway void nrIconTypeChanged(int type, int nrIconType);
+ oneway void nrNetworkTypeAdded(int type, int nrNetworkType);
oneway void roamingNetworkScanIsRequested(int type, in byte[] scanData);
oneway void signalLevelInfoChanged(int type, in vendor.samsung.hardware.radio.network.SehSignalBar signalBarInfo);
oneway void vendorConfigurationChanged(int type, in vendor.samsung.hardware.radio.network.SehVendorConfiguration[] configurations);
oneway void needTurnOnRadioIndication(int type);
oneway void nrBearerAllocationChanged(int type, int status);
oneway void nrIconTypeChanged(int type, int nrIconType);
+ oneway void nrNetworkTypeAdded(int type, int nrNetworkType);
oneway void roamingNetworkScanIsRequested(int type, in byte[] scanData);
oneway void signalLevelInfoChanged(int type, in vendor.samsung.hardware.radio.network.SehSignalBar signalBarInfo);
oneway void vendorConfigurationChanged(int type, in vendor.samsung.hardware.radio.network.SehVendorConfiguration[] configurations);
oneway void needTurnOnRadioIndication(int type);
oneway void nrBearerAllocationChanged(int type, int status);
oneway void nrIconTypeChanged(int type, int nrIconType);
+ oneway void nrNetworkTypeAdded(int type, int nrNetworkType);
oneway void roamingNetworkScanIsRequested(int type, in byte[] scanData);
oneway void signalLevelInfoChanged(int type, in SehSignalBar signalBarInfo);
oneway void vendorConfigurationChanged(int type, in SehVendorConfiguration[] configurations);
return ndk::ScopedAStatus::ok();
}
+ndk::ScopedAStatus SehRadioNetworkIndication::nrNetworkTypeAdded(int32_t type,
+ int32_t nrNetworkType) {
+ l(__func__);
+ return ndk::ScopedAStatus::ok();
+}
+
ndk::ScopedAStatus SehRadioNetworkIndication::roamingNetworkScanIsRequested(
int32_t type, const std::vector<uint8_t>& scanData) {
l(__func__);
ndk::ScopedAStatus needTurnOnRadioIndication(int32_t type) override;
ndk::ScopedAStatus nrBearerAllocationChanged(int32_t type, int32_t status) override;
ndk::ScopedAStatus nrIconTypeChanged(int32_t type, int32_t nrIconType) override;
+ ndk::ScopedAStatus nrNetworkTypeAdded(int32_t type, int32_t nrNetworkType) override;
ndk::ScopedAStatus roamingNetworkScanIsRequested(int32_t type,
const std::vector<uint8_t>& scanData) override;
ndk::ScopedAStatus signalLevelInfoChanged(int32_t type,