Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java1081 private void sendInterfaceState(int newInterfaceState) { in sendInterfaceState() argument
1082 mServingMode = newInterfaceState; in sendInterfaceState()
1083 mCallback.updateInterfaceState(this, newInterfaceState, mLastError); in sendInterfaceState()