Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoAsyncQueryFactoryFixture.java49 void replyWithCallerInfo(CallerInfo callerInfo) { in replyWithCallerInfo()
77 public void setResponse(CallerInfo callerInfo) { in setResponse()
DMissedCallNotifierTest.java59 final CallerInfo callerInfo = new CallerInfo(); in testCallInfoFactory() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DLastCallerInfoManager.java37 LastCallerInfo callerInfo = new LastCallerInfo(tid, uid, pid, packageName, toggleState); in put() local
142 String callerInfo = mLastCallerInfoMap.valueAt(i).toString(); in dump() local
/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java31 public CallInfo makeCallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, in makeCallInfo()
43 public CallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, Uri handle, in CallInfo()
DCallerInfoLookupHelper.java52 public CallerInfo callerInfo; field in CallerInfoLookupHelper.CallerInfoQueryInfo
DCall.java3858 private void setCallerInfo(Uri handle, CallerInfo callerInfo) { in setCallerInfo()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallerInfoIntegrationTest.java52 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411"); in testCallerInfo() local
/packages/apps/Dialer/java/com/android/incallui/
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()
DCallerInfoAsyncQuery.java378 private CallerInfo callerInfo; field in CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler
/packages/services/Telephony/src/com/android/phone/utils/
DCarrierAllowListInfo.java177 public int updateJsonForTest(String callerInfo) { in updateJsonForTest()
/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java3807 String callerInfo = getNextOption(); in handleCarrierRestrictionStatusCommand() local