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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java1374 * asynchronous startGetCallerInfo API.
1417 * Class returned by the startGetCallerInfo call to package a temporary
1432 static CallerInfoToken startGetCallerInfo(Context context, Call call, method in class:PhoneUtils
1445 return startGetCallerInfo(context, conn, listener, cookie);
1452 static CallerInfoToken startGetCallerInfo(Context context, Connection c, method in class:PhoneUtils
1512 if (DBG) log("startGetCallerInfo: query based on Uri: " + userDataObject);
1520 log("PhoneUtils.startGetCallerInfo: new query for phone number...");
1547 log("startGetCallerInfo: number = " + number);
1548 log("startGetCallerInfo: CNAP Info from FW(1): name="
1579 if (DBG) log("startGetCallerInfo
[all...]

Completed in 11 milliseconds