Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_telephony.rs18 fn set_network_available(&mut self, network_available: bool) { in set_network_available()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc265 status.network_available ? headset::BTHF_NETWORK_STATE_AVAILABLE in device_status_notification()
276 device_status.network_available ? 1 : 0, in indicator_query_response()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs77 network_available: bool, field
184 network_available: true, in new()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs161 fn set_network_available(&mut self, network_available: bool); in set_network_available()
2238 fn set_network_available(&mut self, network_available: bool) { in set_network_available()
2239 if self.telephony_device_status.network_available == network_available { in set_network_available()
2242 self.telephony_device_status.network_available = network_available; in set_network_available()
/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/client/src/
Ddbus_iface.rs2187 fn set_network_available(&mut self, network_available: bool) { in set_network_available()