Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DBluetoothPanShim.java36 public interface TetheredInterfaceCallbackShim { interface
51 @NonNull TetheredInterfaceCallbackShim callback) throws UnsupportedApiLevelException; in requestTetheredInterface()
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DBluetoothPanShimImpl.java50 @NonNull final TetheredInterfaceCallbackShim callback) in requestTetheredInterface()
/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DBluetoothPanShimImpl.java58 @NonNull final TetheredInterfaceCallbackShim callback) in requestTetheredInterface()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java144 import com.android.networkstack.apishim.common.BluetoothPanShim.TetheredInterfaceCallbackShim;
282 private TetheredInterfaceCallbackShim mBluetoothCallback;
901 private class BluetoothCallback implements TetheredInterfaceCallbackShim {
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java198 import com.android.networkstack.apishim.common.BluetoothPanShim.TetheredInterfaceCallbackShim;
323 private TetheredInterfaceCallbackShim mTetheredInterfaceCallbackShim;
3414 final ArgumentCaptor<TetheredInterfaceCallbackShim> callbackCaptor = in verifySetBluetoothTethering()
3415 ArgumentCaptor.forClass(TetheredInterfaceCallbackShim.class); in verifySetBluetoothTethering()