Searched refs:onQueryComplete (Results 1 - 25 of 35) sorted by relevance

12

/packages/apps/Phone/src/com/android/phone/
H A DINetworkQueryServiceCallback.aidl37 void onQueryComplete(in List<NetworkInfo> networkInfoArray, int status);
H A DNetworkQueryService.java207 cb.onQueryComplete((ArrayList<NetworkInfo>) ar.result, exception);
H A DADNList.java175 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:ADNList.QueryHandler
176 if (DBG) log("onQueryComplete: cursor.count=" + c.getCount());
H A DDeleteFdnContactScreen.java166 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:DeleteFdnContactScreen.QueryHandler
H A DManageConferenceUtils.java324 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { method in class:ManageConferenceUtils
H A DNotificationMgr.java275 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:NotificationMgr.QueryHandler
672 // completes (see onQueryComplete() below.)
740 public void onQueryComplete(int token, Object cookie, CallerInfo ci){ method in class:NotificationMgr
760 Log.w(LOG_TAG, "onQueryComplete: caller-id query from unknown source! "
H A DEditFdnContactScreen.java414 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:EditFdnContactScreen.QueryHandler
H A DNetworkSetting.java162 public void onQueryComplete(List<NetworkInfo> networkInfoArray, int status) {
H A DCallNotifier.java514 onQueryComplete(0, this, cit.currentInfo);
544 * onQueryComplete()). In this case, onQueryComplete() has already
853 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { method in class:CallNotifier
/packages/apps/Contacts/src/com/android/contacts/util/
H A DNotifyingAsyncQueryHandler.java42 void onQueryComplete(int token, Object cookie, Cursor cursor); method in interface:NotifyingAsyncQueryHandler.AsyncQueryListener
60 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:NotifyingAsyncQueryHandler
63 listener.onQueryComplete(token, cookie, cursor);
/packages/apps/Contacts/src/com/android/contacts/
H A DSpecialCharSequenceMgr.java304 * Override basic onQueryComplete to fill in the textfield when
308 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:SpecialCharSequenceMgr.QueryHandler
/packages/apps/Contacts/src/com/android/contacts/ui/
H A DShowOrCreateActivity.java149 public void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:ShowOrCreateActivity
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageListAdapter.java610 protected void onQueryComplete(int token, Object cookieObject, Cursor cursor) {
611 super.onQueryComplete(token, cookieObject, cursor);
H A DManageSimMessages.java124 protected void onQueryComplete( method in class:ManageSimMessages.QueryHandler
H A DSearchActivity.java237 protected void onQueryComplete(int token, Object cookie, Cursor c) {
H A DConversationList.java566 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:ConversationList.ThreadListQueryHandler
593 Log.e(TAG, "onQueryComplete called with unknown token " + token);
/packages/apps/Calendar/src/com/android/calendar/
H A DAlertActivity.java125 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AlertActivity.QueryHandler
H A DSelectCalendarsAdapter.java133 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:SelectCalendarsAdapter.AsyncCalendarsUpdater
H A DAgendaWindowAdapter.java665 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AgendaWindowAdapter.QueryHandler
727 Log.e(TAG, "onQueryComplete - cookie != head of queue");
/packages/apps/Music/src/com/android/music/
H A DAudioPreview.java132 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
H A DMusicPicker.java381 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:MusicPicker.QueryHandler
H A DPlaylistBrowserActivity.java549 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:PlaylistBrowserActivity.PlaylistListAdapter.QueryHandler
H A DQueryBrowserActivity.java236 // if the query results in a null cursor, onQueryComplete() will
354 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:QueryBrowserActivity.QueryListAdapter.QueryHandler
H A DAlbumBrowserActivity.java523 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AlbumBrowserActivity.AlbumListAdapter.QueryHandler
H A DArtistAlbumBrowserActivity.java583 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter.QueryHandler

Completed in 136 milliseconds

12