Searched defs:getCallerInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java719 info = CallerInfo.getCallerInfo(context, contactRef);
726 info = CallerInfo.getCallerInfo(context, number);
1352 * (This is just a simple wrapper around CallerInfo.getCallerInfo(): we
1354 * number into CallerInfo.getCallerInfo().)
1360 * Finally, if the getCallerInfo() call did succeed, we save the resulting
1366 static CallerInfo getCallerInfo(Context context, Connection c) { method in class:PhoneUtils
1375 info = CallerInfo.getCallerInfo(context, (Uri) userDataObject);
1392 if (DBG) log("getCallerInfo: number = " + toLogSafePhoneNumber(number));
1395 info = CallerInfo.getCallerInfo(context, number);
1716 CallerInfo newCi = getCallerInfo(nul
[all...]

Completed in 138 milliseconds