Searched refs:sDataId (Results 1 – 1 of 1) sorted by relevance
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABService.java | 966 String sDataId = null; in handlePhoneNumberInsertion() local 972 sDataId = dataId.toString(); in handlePhoneNumberInsertion() 980 sRawContactId, sContactId, sDataId)); in handlePhoneNumberInsertion() 1003 String sDataId = null; in handlePhoneNumberChanged() local 1009 sDataId = dataId.toString(); in handlePhoneNumberChanged() 1019 oldPhoneNumber, null /*formattedNumber*/, sRawContactId, sContactId, sDataId)); in handlePhoneNumberChanged() 1026 newPhoneNumber, newFormattedNumber, sRawContactId, sContactId, sDataId)); in handlePhoneNumberChanged() 1058 String sDataId = null; in handlePhoneNameUpdate() local 1064 sDataId = dataId.toString(); in handlePhoneNameUpdate() 1071 phoneNumber, null /*formattedNumber */, sRawContactId, sContactId, sDataId)); in handlePhoneNameUpdate()
|