Home
last modified time | relevance | path

Searched refs:IPhoneAccountSuggestionCallback (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DPhoneAccountSuggestionService.java28 import com.android.internal.telecom.IPhoneAccountSuggestionCallback;
71 public void onAccountSuggestionRequest(IPhoneAccountSuggestionCallback callback,
78 private final Map<String, IPhoneAccountSuggestionCallback> mCallbackMap =
112 IPhoneAccountSuggestionCallback callback = mCallbackMap.remove(number); in suggestPhoneAccounts()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIPhoneAccountSuggestionService.aidl19 import com.android.internal.telecom.IPhoneAccountSuggestionCallback;
26 void onAccountSuggestionRequest(in IPhoneAccountSuggestionCallback callback, in onAccountSuggestionRequest()
DIPhoneAccountSuggestionCallback.aidl24 oneway interface IPhoneAccountSuggestionCallback{ interface