HomeSort by relevance Sort by last modified time
    Searched defs:getSupportedOperations (Results 1 - 10 of 10) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbum.java 119 public int getSupportedOperations() {
127 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) {
FilterTypeSet.java 120 public int getSupportedOperations() {
128 if ((item.getSupportedOperations() & SUPPORT_DELETE) != 0) {
LocalAlbum.java 254 public int getSupportedOperations() {
LocalMergeAlbum.java 67 supported &= mSources[i].getSupportedOperations();
175 public int getSupportedOperations() {
LocalVideo.java 180 public int getSupportedOperations() {
MediaObject.java 26 // These are the bits returned from getSupportedOperations():
78 public int getSupportedOperations() {
MtpDevice.java 161 public int getSupportedOperations() {
UriImage.java 209 public int getSupportedOperations() {
LocalImage.java 211 public int getSupportedOperations() {
DataManager.java 230 public int getSupportedOperations(Path path) {
231 return getMediaObject(path).getSupportedOperations();

Completed in 72 milliseconds