|
|
@ -25,6 +25,8 @@ import android.util.Log;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
import java.util.HashMap;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//ceshihebing
|
|
|
|
|
|
|
|
|
|
|
|
public class Contact {
|
|
|
|
public class Contact {
|
|
|
|
private static HashMap<String, String> sContactCache;
|
|
|
|
private static HashMap<String, String> sContactCache;
|
|
|
|
private static final String TAG = "Contact";
|
|
|
|
private static final String TAG = "Contact";
|
|
|
|