Home
last modified time | relevance | path

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

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