HomeSort by relevance Sort by last modified time
    Searched refs:onQueryComplete (Results 26 - 50 of 60) sorted by null

12 3

  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 418 protected void onQueryComplete(int queryIndex, Object cookie, Cursor cursor) {
421 Log.d(TAG, "onQueryComplete: cursor=" + cursor + ", cookie=" + cookie);
EditEventFragment.java 161 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
333 Log.d(TAG, "onQueryComplete: setting cursor with "
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ContactInfoCache.java 99 public void onQueryComplete(int token, Object cookie, CallerInfo callerInfo) {
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 287 protected void onQueryComplete(int token, Object cookie, Cursor c) {
ConversationList.java     [all...]
ComposeMessageActivity.java     [all...]
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 132 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
MusicPicker.java 381 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
PlaylistBrowserActivity.java 558 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
QueryBrowserActivity.java 238 // if the query results in a null cursor, onQueryComplete() will
356 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
AlbumBrowserActivity.java 523 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
ArtistAlbumBrowserActivity.java 583 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
    [all...]
TrackBrowserActivity.java 342 // if the query results in a null cursor, onQueryComplete() will
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EditFdnContactScreen.java 442 protected void onQueryComplete(int token, Object cookie, Cursor c) {
NotificationMgr.java 327 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
    [all...]
CallNotifier.java 558 onQueryComplete(0, c, cit.currentInfo);
585 * onQueryComplete()). In this case, onQueryComplete() has already
    [all...]
PhoneUtils.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 148 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 233 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
236 Log.d(TAG, "onQueryComplete: discard result, the query handler is reset!");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java     [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 495 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
496 Log.d(TAG, "onQueryComplete tid=" + Thread.currentThread().getId());
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 456 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
459 Log.d(TAG, "onQueryComplete: discard result, the query handler is reset!");
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 199 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
    [all...]
EventInfoFragment.java 456 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
    [all...]

Completed in 247 milliseconds

12 3