Home
last modified time | relevance | path

Searched defs:callerInfo (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallerInfoAsyncQueryFactoryFixture.java49 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 DLastCallerInfoManager.java53 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 DCallerInfoIntegrationTest.java51 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411"); in testCallerInfo() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DMissedCallNotifier.java30 public CallInfo makeCallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, in makeCallInfo()
42 public CallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, Uri handle, in CallInfo()
H A DCallerInfoLookupHelper.java52 public CallerInfo callerInfo; field in CallerInfoLookupHelper.CallerInfoQueryInfo
H A DCall.java3361 private void setCallerInfo(Uri handle, CallerInfo callerInfo) { in setCallerInfo()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java404 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 DCallerInfoAsyncQuery.java378 private CallerInfo callerInfo; field in CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler
/aosp12/frameworks/base/core/java/android/provider/
H A DCallLog.java432 public @NonNull AddCallParametersBuilder setCallerInfo( in setCallerInfo()
672 private AddCallParams(CallerInfo callerInfo, String number, String postDialDigits, in AddCallParams()