|
|
@ -56,7 +56,7 @@ public class Contact {
|
|
|
|
if(sContactCache == null) {
|
|
|
|
if(sContactCache == null) {
|
|
|
|
sContactCache = new HashMap<String, String>();
|
|
|
|
sContactCache = new HashMap<String, String>();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gie
|
|
|
|
// 优先从缓存中获取联系人姓名
|
|
|
|
// 优先从缓存中获取联系人姓名
|
|
|
|
if(sContactCache.containsKey(phoneNumber)) {
|
|
|
|
if(sContactCache.containsKey(phoneNumber)) {
|
|
|
|
return sContactCache.get(phoneNumber);
|
|
|
|
return sContactCache.get(phoneNumber);
|
|
|
|