Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java278 private TetheredInterfaceRequestShim mBluetoothIfaceRequest; field in Tethering
837 mBluetoothIfaceRequest = null; in onServiceDisconnected()
872 if (mBluetoothIfaceRequest != null) { in changeBluetoothTetheringSettings()
879 mBluetoothIfaceRequest = panShim.requestTetheredInterface(mExecutor, in changeBluetoothTetheringSettings()
885 if (mBluetoothIfaceRequest == null) { in changeBluetoothTetheringSettings()
890 mBluetoothIfaceRequest.release(); in changeBluetoothTetheringSettings()
891 mBluetoothIfaceRequest = null; in changeBluetoothTetheringSettings()