Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DPhoneUtils.java1289 public CallerInfoAsyncQuery asyncQuery; field in PhoneUtils.CallerInfoToken
1323 cit.asyncQuery = null; in startGetCallerInfo()
1361 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1363 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
1424 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1426 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
1448 if (cit.asyncQuery != null) { in startGetCallerInfo()
1449 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
1479 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1481 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
[all …]