Searched refs:mCallCallbacks (Results 1 – 1 of 1) sorted by relevance
85 private Map<Call, CallCallback> mCallCallbacks = new ArrayMap<>(); field in SelfManagedAwareInCallService120 mCallCallbacks.put(call, callback); in onCallAdded()128 call.unregisterCallback(mCallCallbacks.get(call)); in onCallRemoved()129 mCallCallbacks.remove(call); in onCallRemoved()157 return mCallCallbacks.get(call); in getCallCallback()