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

/frameworks/base/core/java/android/os/
H A DDropBoxManager.java51 public static final int IS_EMPTY = 1; field in class:DropBoxManager
107 mFlags = IS_EMPTY;
128 if (((flags & IS_EMPTY) != 0) != (data == null)) {
145 if (((flags & IS_EMPTY) != 0) != (data == null)) {
162 if ((flags & IS_EMPTY) != 0) throw new IllegalArgumentException("Bad flags: " + flags);

Completed in 105 milliseconds