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

12

  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 557 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
584 Log.e(TAG, "onQueryComplete called with unknown token " + token);
ComposeMessageActivity.java     [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 381 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
PlaylistBrowserActivity.java 549 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
QueryBrowserActivity.java 236 // if the query results in a null cursor, onQueryComplete() will
354 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/apps/Phone/src/com/android/phone/
CallNotifier.java 514 onQueryComplete(0, this, cit.currentInfo);
544 * onQueryComplete()). In this case, onQueryComplete() has already
    [all...]
CallCard.java 549 public void onQueryComplete(int token, Object cookie, CallerInfo ci) {
550 if (DBG) log("onQueryComplete: token " + token + ", cookie " + cookie + ", ci " + ci);
573 if (DBG) log("- onQueryComplete: presentation=" + presentation
    [all...]
PhoneUtils.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AgendaWindowAdapter.java 658 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
720 Log.e(TAG, "onQueryComplete - cookie != head of queue");
EventInfoActivity.java     [all...]
EditEvent.java 527 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java     [all...]
ViewContactActivity.java 312 public void onQueryComplete(int token, Object cookie, final Cursor cursor) {
    [all...]
ContactsListActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 625 public synchronized void onQueryComplete(int token, Object cookie, Cursor cursor) {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 598 milliseconds

12