Home
last modified time | relevance | path

Searched refs:network_available (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dtelephony_client.py141 def set_network_available(self, network_available): argument
150 self.proxy().SetNetworkAvailable(network_available)
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_telephony.rs41 fn set_network_available(&mut self, network_available: bool) { in set_network_available()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc349 status.network_available ? headset::BTHF_NETWORK_STATE_AVAILABLE in device_status_notification()
360 device_status.network_available ? 1 : 0, in indicator_query_response()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs147 network_available: bool, field
273 network_available: true, in new()
/packages/services/Telephony/testapps/TestSliceApp/app/src/main/java/com/google/android/sample/testsliceapp/
DPrioritizeLatency.java259 mResultTextView.setText(R.string.network_available); in updateUIOnNetworkAvailable()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DNetworkListAdapter.java62 vh.available = convertView.findViewById(R.id.network_available); in getView()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs309 fn set_network_available(&mut self, network_available: bool); in set_network_available()
4106 fn set_network_available(&mut self, network_available: bool) { in set_network_available()
4107 if self.telephony_device_status.network_available == network_available { in set_network_available()
4110 self.telephony_device_status.network_available = network_available; in set_network_available()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2403 fn set_network_available(&mut self, network_available: bool) { in set_network_available()