Searched refs:sConnectionMap (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java154 private static HashMap<Context, ServiceBinder> sConnectionMap = new HashMap<Context, ServiceBinder>(); field in class:MusicUtils
176 sConnectionMap.put(cw, sb);
189 ServiceBinder sb = sConnectionMap.remove(cw);
195 if (sConnectionMap.isEmpty()) {

Completed in 49 milliseconds