/packages/apps/Phone/src/com/android/phone/ |
H A D | INetworkQueryServiceCallback.aidl | 37 void onQueryComplete(in List<NetworkInfo> networkInfoArray, int status);
|
H A D | NetworkQueryService.java | 207 cb.onQueryComplete((ArrayList<NetworkInfo>) ar.result, exception);
|
H A D | ADNList.java | 175 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 D | DeleteFdnContactScreen.java | 162 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:DeleteFdnContactScreen.QueryHandler
|
H A D | ManageConferenceUtils.java | 323 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { method in class:ManageConferenceUtils
|
H A D | NotificationMgr.java | 276 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 D | EditFdnContactScreen.java | 416 protected void onQueryComplete(int token, Object cookie, Cursor c) { method in class:EditFdnContactScreen.QueryHandler
|
H A D | NetworkSetting.java | 162 public void onQueryComplete(List<NetworkInfo> networkInfoArray, int status) {
|
H A D | CallNotifier.java | 503 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 D | NotifyingAsyncQueryHandler.java | 42 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 D | SpecialCharSequenceMgr.java | 304 * 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 D | ShowOrCreateActivity.java | 149 public void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:ShowOrCreateActivity
|
/packages/apps/Mms/src/com/android/mms/ui/ |
H A D | MessageListAdapter.java | 606 protected void onQueryComplete(int token, Object cookieObject, Cursor cursor) { 607 super.onQueryComplete(token, cookieObject, cursor);
|
H A D | ManageSimMessages.java | 124 protected void onQueryComplete( method in class:ManageSimMessages.QueryHandler
|
H A D | SearchActivity.java | 237 protected void onQueryComplete(int token, Object cookie, Cursor c) {
|
H A D | ConversationList.java | 569 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 D | AlertActivity.java | 125 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AlertActivity.QueryHandler
|
H A D | SelectCalendarsAdapter.java | 133 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:SelectCalendarsAdapter.AsyncCalendarsUpdater
|
H A D | AgendaWindowAdapter.java | 665 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 D | ChatSwitcher.java | 452 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
|
H A D | ContactListTreeAdapter.java | 110 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 D | MusicPicker.java | 380 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:MusicPicker.QueryHandler
|
H A D | PlaylistBrowserActivity.java | 549 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:PlaylistBrowserActivity.PlaylistListAdapter.QueryHandler
|
H A D | QueryBrowserActivity.java | 236 // 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 D | AlbumBrowserActivity.java | 536 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { method in class:AlbumBrowserActivity.AlbumListAdapter.QueryHandler
|