HomeSort by relevance Sort by last modified time
    Searched refs:onQueryComplete (Results 1 - 25 of 46) sorted by null

1 2

  /packages/apps/Phone/src/com/android/phone/
INetworkQueryServiceCallback.aidl 37 void onQueryComplete(in List<NetworkInfo> networkInfoArray, int status);
NetworkQueryService.java 207 cb.onQueryComplete((ArrayList<NetworkInfo>) ar.result, exception);
ADNList.java 175 protected void onQueryComplete(int token, Object cookie, Cursor c) {
176 if (DBG) log("onQueryComplete: cursor.count=" + c.getCount());
DeleteFdnContactScreen.java 166 protected void onQueryComplete(int token, Object cookie, Cursor c) {
ManageConferenceUtils.java 324 public void onQueryComplete(int token, Object cookie, CallerInfo ci) {
NotificationMgr.java 275 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
666 // completes (see onQueryComplete() below.)
704 public void onQueryComplete(int token, Object cookie, CallerInfo ci){
724 Log.w(LOG_TAG, "onQueryComplete: caller-id query from unknown source! "
    [all...]
EditFdnContactScreen.java 414 protected void onQueryComplete(int token, Object cookie, Cursor c) {
NetworkSetting.java 162 public void onQueryComplete(List<NetworkInfo> networkInfoArray, int status) {
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 42 void onQueryComplete(int token, Object cookie, Cursor cursor);
60 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
63 listener.onQueryComplete(token, cookie, cursor);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 58 public void onQueryComplete(int token, Object cookie, CallerInfo ci);
182 * Overrides onQueryComplete from AsyncQueryHandler.
192 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
193 if (DBG) Log.d(LOG_TAG, "##### onQueryComplete() ##### query complete for token: " + token);
202 if (DBG) Log.d(LOG_TAG, "Cookie is null, ignoring onQueryComplete() request.");
259 cw.listener.onQueryComplete(token, cw.cookie, mCallerInfo);
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 144 * {@link #onQueryComplete} is called.
146 * @param token A token passed into {@link #onQueryComplete} to identify
148 * @param cookie An object that gets passed into {@link #onQueryComplete}
286 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
344 onQueryComplete(token, args.cookie, (Cursor) args.result);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 201 public void onQueryComplete(int token, Object cookie, CallerInfo info) {
  /frameworks/base/core/java/android/util/
CalendarUtils.java 89 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 244 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 304 * Override basic onQueryComplete to fill in the textfield when
308 protected void onQueryComplete(int token, Object cookie, Cursor c) {
  /packages/apps/Contacts/src/com/android/contacts/ui/
ShowOrCreateActivity.java 149 public void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 186 method = "onQueryComplete",
472 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
473 super.onQueryComplete(token, cookie, cursor);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 610 protected void onQueryComplete(int token, Object cookieObject, Cursor cursor) {
611 super.onQueryComplete(token, cookieObject, cursor);
ManageSimMessages.java 124 protected void onQueryComplete(
SearchActivity.java 237 protected void onQueryComplete(int token, Object cookie, Cursor c) {
  /packages/apps/Calendar/src/com/android/calendar/
AlertActivity.java 125 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
SelectCalendarsAdapter.java 133 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 125 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 827 onQueryComplete(ar);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ContactHeaderWidget.java 239 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
242 Log.d(TAG, "onQueryComplete: discard result, the query handler is reset!");

Completed in 126 milliseconds

1 2