Searched refs:asyncQuery (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Phone/src/com/android/phone/ |
D | PhoneUtils.java | 1334 public CallerInfoAsyncQuery asyncQuery; field in PhoneUtils.CallerInfoToken 1367 cit.asyncQuery = null; in startGetCallerInfo() 1413 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo() 1415 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo() 1476 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo() 1478 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo() 1504 if (cit.asyncQuery != null) { in startGetCallerInfo() 1505 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo() 1545 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo() 1547 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo() [all …]
|