HomeSort by relevance Sort by last modified time
    Searched refs:notifyInterfaceStateChange (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
IControlsTethering.java 37 void notifyInterfaceStateChange(String iface, TetherInterfaceStateMachine who,
TetherInterfaceStateMachine.java 170 mTetherController.notifyInterfaceStateChange(
222 mTetherController.notifyInterfaceStateChange(
340 mTetherController.notifyInterfaceStateChange(
  /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/tethering/
TetherInterfaceStateMachineTest.java 97 verify(mTetherHelper).notifyInterfaceStateChange(
127 verify(mTetherHelper).notifyInterfaceStateChange(
139 inOrder.verify(mTetherHelper).notifyInterfaceStateChange(
151 inOrder.verify(mTetherHelper).notifyInterfaceStateChange(
165 inOrder.verify(mTetherHelper).notifyInterfaceStateChange(
206 inOrder.verify(mTetherHelper).notifyInterfaceStateChange(
224 usbTeardownOrder.verify(mTetherHelper).notifyInterfaceStateChange(
239 usbTeardownOrder.verify(mTetherHelper).notifyInterfaceStateChange(
252 usbTeardownOrder.verify(mTetherHelper).notifyInterfaceStateChange(
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java     [all...]

Completed in 68 milliseconds