Searched refs:contactCallerInfo (Results 1 – 1 of 1) sorted by relevance
208 CallerInfo contactCallerInfo = incomingCall.getCallerInfo(); in isWorkContact() local209 return (contactCallerInfo != null) && in isWorkContact()210 (contactCallerInfo.userType == CallerInfo.USER_TYPE_WORK); in isWorkContact()