Searched defs:removeItem (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery3D/src/com/cooliris/media/
H A DMediaClustering.java124 if (mCurrCluster.removeItem(mediaItem)) {
130 if (cluster.removeItem(mediaItem)) {
357 public boolean removeItem(MediaItem item) { method in class:MediaClustering.Cluster
358 if (super.removeItem(item)) {
H A DMediaSet.java267 public boolean removeItem(final MediaItem itemToRemove) { method in class:MediaSet
391 removeItem(itemsToDelete.get(i));
/packages/apps/IM/src/com/android/im/service/
H A DStatusBarNotifier.java129 removed = info.removeItem(username);
238 public synchronized boolean removeItem(String sender) { method in class:StatusBarNotifier.NotificationInfo
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java559 ((NowPlayingCursor)mTrackCursor).removeItem(which);
774 removeItem();
782 private void removeItem() { method in class:TrackBrowserActivity
803 ((NowPlayingCursor)mTrackCursor).removeItem(curpos);
1188 public boolean removeItem(int which) method in class:TrackBrowserActivity.NowPlayingCursor

Completed in 62 milliseconds