Searched refs:callerId (Results 1 – 8 of 8) sorted by relevance
169 String callerId = null; in processSms() local222 callerId = matcher.group(SMS_CALLER_ID_TAG); in processSms()223 if (VDBG) Rlog.v(TAG, "caller id=" + callerId); in processSms()227 createMissedIncomingCallEvent(missedCallTime, callerId); in processSms()258 private void createMissedIncomingCallEvent(long missedCallTime, @Nullable String callerId) { in createMissedIncomingCallEvent() argument265 if (callerId != null) { in createMissedIncomingCallEvent()267 PhoneAccount.SCHEME_TEL, callerId, null); in createMissedIncomingCallEvent()
34 final String callerId = "callerId"; in call_writeToBundle_fromBundle_reconstructsSuccessfully() local44 call.setCallerId(callerId); in call_writeToBundle_fromBundle_reconstructsSuccessfully()59 assertThat(reconstructedCall.getCallerId()).isEqualTo(callerId); in call_writeToBundle_fromBundle_reconstructsSuccessfully()
109 final String callerId = "Firstname Lastname"; in processTelecomDataFromSync_createCallUpdateMessage_hasCalls() local110 when(mMockCrossDeviceCall.getReadableCallerId(anyBoolean())).thenReturn(callerId); in processTelecomDataFromSync_createCallUpdateMessage_hasCalls()137 assertWithMessage("Wrong caller id").that(call.getCallerId()).isEqualTo(callerId); in processTelecomDataFromSync_createCallUpdateMessage_hasCalls()
236 void setCallerId(String callerId) { in setCallerId() argument237 mCallerId = callerId; in setCallerId()
329 final String callerId = mCall.getCallerId(); in initialize() local330 if (callerId != null) { in initialize()331 setCallerDisplayName(callerId, TelecomManager.PRESENTATION_ALLOWED); in initialize()
424 final int callerId = Binder.getCallingUserHandle().getIdentifier();425 if (callerId != mCurrentBoundedUserId) {426 Log.w(TAG_OPS, "Launcher called sysui with invalid user: " + callerId + ", reason: "
4604 final int callerId = UserHandle.getCallingUserId(); in isProviderInCallerOrInProfileAndWhitelListed() local4605 if (profileId == callerId) { in isProviderInCallerOrInProfileAndWhitelListed()4609 if (parentId != callerId) { in isProviderInCallerOrInProfileAndWhitelListed()
7993 int callerId = mInjector.binderGetCallingUid();7994 String[] adminPackages = mInjector.getPackageManager().getPackagesForUid(callerId);7996 "Caller %s does not have any associated packages", callerId);