Searched refs:onQueryComplete (Results 1 - 25 of 37) 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.java162 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:DeleteFdnContactScreen.QueryHandler
H A DManageConferenceUtils.java323 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { method in class:ManageConferenceUtils
H A DNotificationMgr.java276 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:NotificationMgr.QueryHandler
661 public void onQueryComplete(int token, Object cookie, CallerInfo ci){ method in class:NotificationMgr
H A DEditFdnContactScreen.java416 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.java503 onQueryComplete(0, this, cit.currentInfo);
533 * onQueryComplete()). In this case, onQueryComplete() has already
782 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.java606 protected void onQueryComplete(int token, Object cookieObject, Cursor cursor) {
607 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.java569 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:ConversationList.ThreadListQueryHandler
596 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/IM/src/com/android/im/app/
H A DChatSwitcher.java452 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
H A DContactListTreeAdapter.java110 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:ContactListTreeAdapter.QueryHandler
112 log("onQueryComplete:token=" + token);
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java380 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.java536 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AlbumBrowserActivity.AlbumListAdapter.QueryHandler

Completed in 948 milliseconds

12