Searched defs:findLockByBinder (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLockManager.java141 WifiLock wl = findLockByBinder(binder);
179 if (findLockByBinder(lock.getBinder()) != null) {
212 WifiLock lock = findLockByBinder(binder);
253 private synchronized WifiLock findLockByBinder(IBinder binder) { method in class:WifiLockManager

Completed in 33 milliseconds