Searched refs:newBinForCall (Results 1 – 1 of 1) sorted by relevance
114 HashSet<Call> newBinForCall = getBinForCall(call); in onCallStateChanged() local115 if (newBinForCall != null) { in onCallStateChanged()116 newBinForCall.add(call); in onCallStateChanged()156 HashSet<Call> newBinForCall = getBinForCall(call); in addCall() local157 if (newBinForCall != null) { in addCall()158 newBinForCall.add(call); in addCall()