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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallerInfoAsyncQuery.java57 public class CallerInfoAsyncQuery { class
59 private static final String LOG_TAG = "CallerInfoAsyncQuery";
253 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
289 // new parameter to CallerInfoAsyncQuery.startQuery() to force
336 private CallerInfoAsyncQuery() { method in class:CallerInfoAsyncQuery
341 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startContactProviderQuery()... #####");
370 private static CallerInfoAsyncQuery startDefaultDirectoryQuery(int token, Context context,
388 private static CallerInfoAsyncQuery startQueryInternal(int token, Context context,
394 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
[all...]

Completed in 235 milliseconds