Home
last modified time | relevance | path

Searched refs:asyncQuery (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1226 public CallerInfoAsyncQuery asyncQuery; field in PhoneUtils.CallerInfoToken
1267 cit.asyncQuery = null; in startGetCallerInfo()
1313 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1315 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
1386 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1388 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
1414 if (cit.asyncQuery != null) { in startGetCallerInfo()
1415 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
1462 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1464 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
[all …]