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

1 2 3

  /packages/apps/Phone/src/com/android/phone/
INetworkQueryServiceCallback.aidl 37 void onQueryComplete(in List<OperatorInfo> networkInfoArray, int status);
NetworkQueryService.java 207 cb.onQueryComplete((ArrayList<OperatorInfo>) ar.result, exception);
ADNList.java 185 protected void onQueryComplete(int token, Object cookie, Cursor c) {
186 if (DBG) log("onQueryComplete: cursor.count=" + c.getCount());
DeleteFdnContactScreen.java 166 protected void onQueryComplete(int token, Object cookie, Cursor c) {
EditFdnContactScreen.java 425 protected void onQueryComplete(int token, Object cookie, Cursor c) {
ManageConferenceUtils.java 62 public void onQueryComplete(int token, Object cookie, CallerInfo ci) {
NetworkSetting.java 163 public void onQueryComplete(List<OperatorInfo> networkInfoArray, int status) {
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 40 void onQueryComplete(int token, Object cookie, Cursor cursor);
58 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
61 listener.onQueryComplete(token, cookie, cursor);
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivityQueryHandler.java 66 protected synchronized void onQueryComplete(int token, Object cookie, Cursor cursor) {
SpecialCharSequenceMgr.java 363 * Override basic onQueryComplete to fill in the textfield when
367 protected void onQueryComplete(int token, Object cookie, Cursor c) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 67 public void onQueryComplete(int token, Object cookie, CallerInfo ci);
191 * Overrides onQueryComplete from AsyncQueryHandler.
201 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
202 if (DBG) Log.d(LOG_TAG, "##### onQueryComplete() ##### query complete for token: " + token);
211 if (DBG) Log.d(LOG_TAG, "Cookie is null, ignoring onQueryComplete() request.");
294 cw.listener.onQueryComplete(token, cw.cookie, mCallerInfo);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 59 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /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);
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 148 * {@link #onQueryComplete} is called.
150 * @param token A token passed into {@link #onQueryComplete} to identify the
152 * @param cookie An object that gets passed into {@link #onQueryComplete}
329 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
331 Log.d(TAG, "########## default onQueryComplete");
412 onQueryComplete(token, info.cookie, (Cursor) info.result);
CalendarUtils.java 93 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 201 public void onQueryComplete(int token, Object cookie, CallerInfo info) {
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 360 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
361 super.onQueryComplete(token, cookie, cursor);
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 261 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 112 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsFragment.java 83 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 149 public void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieActivity.java 126 protected void onQueryComplete(int token, Object cookie,
Gallery.java 213 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogQueryHandler.java 273 protected synchronized void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 128 protected void onQueryComplete(

Completed in 268 milliseconds

1 2 3