Searched refs:sSoftApCallbackMap (Results 1 – 1 of 1) sorted by relevance
2093 private static final SparseArray<ISoftApCallback> sSoftApCallbackMap = new SparseArray(); field in WifiManager6989 synchronized (sSoftApCallbackMap) { in registerSoftApCallback()6992 sSoftApCallbackMap.put(System.identityHashCode(callback), binderCallback); in registerSoftApCallback()7019 synchronized (sSoftApCallbackMap) { in unregisterSoftApCallback()7021 if (!sSoftApCallbackMap.contains(callbackIdentifier)) { in unregisterSoftApCallback()7025 mService.unregisterSoftApCallback(sSoftApCallbackMap.get(callbackIdentifier)); in unregisterSoftApCallback()7026 sSoftApCallbackMap.remove(callbackIdentifier); in unregisterSoftApCallback()