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.java723 public CallerInfoAsyncQuery asyncQuery; field in PhoneUtils.CallerInfoToken
738 cit.asyncQuery = null; in startGetCallerInfo()
784 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
786 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
857 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
859 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
885 if (cit.asyncQuery != null) { in startGetCallerInfo()
886 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
933 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
935 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie); in startGetCallerInfo()
[all …]