Searched refs:getReadableCallerId (Results 1 – 4 of 4) sorted by relevance
212 final String result = crossDeviceCall.getReadableCallerId(true); in getReadableCallerId_enterpriseCall_adminBlocked_hasContact()227 final String result = crossDeviceCall.getReadableCallerId(false); in getReadableCallerId_enterpriseCall_adminUnblocked_hasContact()243 final String result = crossDeviceCall.getReadableCallerId(true); in getReadableCallerId_enterpriseCall_adminBlocked_noContact()259 final String result = crossDeviceCall.getReadableCallerId(true); in getReadableCallerId_nonEnterpriseCall_adminBlocked_noContact()275 final String result = crossDeviceCall.getReadableCallerId(false); in getReadableCallerId_nonEnterpriseCall_adminUnblocked_noContact()290 final String result = crossDeviceCall.getReadableCallerId(true); in getReadableCallerId_nonEnterpriseCall_adminBlocked_hasContact()305 final String result = crossDeviceCall.getReadableCallerId(false); in getReadableCallerId_nonEnterpriseCall_adminUnblocked_hasContact()
110 when(mMockCrossDeviceCall.getReadableCallerId(anyBoolean())).thenReturn(callerId); in processTelecomDataFromSync_createCallUpdateMessage_hasCalls()
262 public String getReadableCallerId(boolean isAdminBlocked) { in getReadableCallerId() method in CrossDeviceCall
651 call.getReadableCallerId(isAdminBlocked(call.getUserId()))); in createCallUpdateMessage()