Home
last modified time | relevance | path

Searched defs:removeAccessPointCallback (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DAccessPointController.kt32 fun removeAccessPointCallback(callback: AccessPointCallback) regex
H A DAccessPointControllerImpl.java132 public void removeAccessPointCallback(AccessPointCallback callback) { in removeAccessPointCallback() method in AccessPointControllerImpl