Searched refs:newBinForCall (Results 1 – 1 of 1) sorted by relevance
138 HashSet<Call> newBinForCall = getBinForCall(call); in onCallStateChanged() local139 if (newBinForCall != null) { in onCallStateChanged()140 newBinForCall.add(call); in onCallStateChanged()183 HashSet<Call> newBinForCall = getBinForCall(call); in addCall() local184 if (newBinForCall != null) { in addCall()185 newBinForCall.add(call); in addCall()