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

/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java646 startGetCallerInfo(context, connection, null, null, gatewayInfo);
1174 * asynchronous startGetCallerInfo API.
1217 * Class returned by the startGetCallerInfo call to package a temporary
1232 static CallerInfoToken startGetCallerInfo(Context context, Call call, method in class:PhoneUtils
1247 return startGetCallerInfo(context, conn, listener, cookie);
1250 static CallerInfoToken startGetCallerInfo(Context context, Connection c, method in class:PhoneUtils
1252 return startGetCallerInfo(context, c, listener, cookie, null);
1259 static CallerInfoToken startGetCallerInfo(Context context, Connection c, method in class:PhoneUtils
1320 if (DBG) log("startGetCallerInfo: query based on Uri: " + userDataObject);
1334 log("PhoneUtils.startGetCallerInfo
[all...]

Completed in 226 milliseconds