Searched defs:callerInfo (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | CallerInfoAsyncQueryFactoryFixture.java | 49 void replyWithCallerInfo(CallerInfo callerInfo) { in replyWithCallerInfo() 77 public void setResponse(CallerInfo callerInfo) { in setResponse()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | LastCallerInfoManager.java | 53 LastCallerInfo callerInfo = new LastCallerInfo(tid, uid, pid, packageName, toggleState); in put() local 85 String callerInfo = mLastCallerInfoMap.valueAt(i).toString(); in dump() local
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | CallerInfoIntegrationTest.java | 51 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411"); in testCallerInfo() local
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | MissedCallNotifier.java | 30 public CallInfo makeCallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, in makeCallInfo() 42 public CallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, Uri handle, in CallInfo()
|
H A D | CallerInfoLookupHelper.java | 52 public CallerInfo callerInfo; field in CallerInfoLookupHelper.CallerInfoQueryInfo
|
H A D | Call.java | 3361 private void setCallerInfo(Uri handle, CallerInfo callerInfo) { in setCallerInfo()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | ContactInfoCache.java | 404 final CallerInfo callerInfo = in findInfo() local 432 CallerInfo callerInfo, in updateCallerInfoInCacheOnAnyThread() 508 CallerInfo callerInfo, String cnapName, boolean isIncoming) { in maybeUpdateFromCequintCallerId() 814 public void onQueryComplete(int token, Object cookie, CallerInfo callerInfo) { in onQueryComplete()
|
H A D | CallerInfoAsyncQuery.java | 378 private CallerInfo callerInfo; field in CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | CallLog.java | 432 public @NonNull AddCallParametersBuilder setCallerInfo( in setCallerInfo() 672 private AddCallParams(CallerInfo callerInfo, String number, String postDialDigits, in AddCallParams()
|