Searched refs:sSoftApCallbackMap (Results 1 – 1 of 1) sorted by relevance
1564 private static final SparseArray<ISoftApCallback> sSoftApCallbackMap = new SparseArray(); field in WifiManager5635 synchronized (sSoftApCallbackMap) { in registerSoftApCallback()5638 sSoftApCallbackMap.put(System.identityHashCode(callback), binderCallback); in registerSoftApCallback()5665 synchronized (sSoftApCallbackMap) { in unregisterSoftApCallback()5667 if (!sSoftApCallbackMap.contains(callbackIdentifier)) { in unregisterSoftApCallback()5671 mService.unregisterSoftApCallback(sSoftApCallbackMap.get(callbackIdentifier)); in unregisterSoftApCallback()5672 sSoftApCallbackMap.remove(callbackIdentifier); in unregisterSoftApCallback()