Home
last modified time | relevance | path

Searched refs:getISOCountryCodeForNetwork (Results 1 – 3 of 3) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Telephony/RadioTech/entry/src/main/ets/model/
DRadioStatus.ts55 async getISOCountryCodeForNetwork(slotId: number) { method in RadioStatus
56 const iSOCountryCode = await radio.getISOCountryCodeForNetwork(slotId)
/applications/standard/app_samples/code/BasicFeature/Telephony/RadioTech/
DREADME_zh.md44 …* 获取ISO国家码:getISOCountryCodeForNetwork(this.slotId)函数来调用radio.getISOCountryCodeForNetwork(slotId)方…
/applications/standard/app_samples/code/BasicFeature/Telephony/RadioTech/entry/src/main/ets/common/
DPanelView.ets49 this.radioStatus.getISOCountryCodeForNetwork(this.slotId).then((iSOCountryCode) => {