Searched refs:sDataId (Results 1 – 1 of 1) sorted by relevance
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABService.java | 960 String sDataId = null; in handlePhoneNumberInsertion() local 966 sDataId = dataId.toString(); in handlePhoneNumberInsertion() 974 sRawContactId, sContactId, sDataId)); in handlePhoneNumberInsertion() 997 String sDataId = null; in handlePhoneNumberChanged() local 1003 sDataId = dataId.toString(); in handlePhoneNumberChanged() 1013 oldPhoneNumber, null /*formattedNumber*/, sRawContactId, sContactId, sDataId)); in handlePhoneNumberChanged() 1020 newPhoneNumber, newFormattedNumber, sRawContactId, sContactId, sDataId)); in handlePhoneNumberChanged() 1052 String sDataId = null; in handlePhoneNameUpdate() local 1058 sDataId = dataId.toString(); in handlePhoneNameUpdate() 1065 phoneNumber, null /*formattedNumber */, sRawContactId, sContactId, sDataId)); in handlePhoneNameUpdate()
|