Searched refs:NETWORK_SEARCH_SETTING_AIRPLANE_MODE_URI (Results 1 – 3 of 3) sorted by relevance
36 const std::string SettingUtils::NETWORK_SEARCH_SETTING_AIRPLANE_MODE_URI = member in OHOS::Telephony::SettingUtils143 if (it->first.ToString() == NETWORK_SEARCH_SETTING_AIRPLANE_MODE_URI) { in RegisterSettingsObserver()
116 Uri airplaneModeUri(SettingUtils::NETWORK_SEARCH_SETTING_AIRPLANE_MODE_URI); in RegisterSetting()140 Uri airplaneModeUri(SettingUtils::NETWORK_SEARCH_SETTING_AIRPLANE_MODE_URI); in UnRegisterSetting()902 Uri uri(SettingUtils::NETWORK_SEARCH_SETTING_AIRPLANE_MODE_URI); in UpdateRadioOn()1608 Uri uri(SettingUtils::NETWORK_SEARCH_SETTING_AIRPLANE_MODE_URI); in GetAirplaneMode()
46 static const std::string NETWORK_SEARCH_SETTING_AIRPLANE_MODE_URI; variable