Home | History | Annotate | Download | only in os

Lines Matching refs:EMPTY

35     public static final Bundle EMPTY;
41 EMPTY = new Bundle();
42 EMPTY.mMap = ArrayMap.EMPTY;
68 * Constructs a new, empty Bundle.
90 * Constructs a new, empty Bundle that uses a specific ClassLoader for
102 * Constructs a new, empty Bundle sized to hold the given number of
227 + ": empty");
274 * Returns true if the mapping of this Bundle is empty, false otherwise.
1682 // Special case for empty bundles.
1721 // Empty Bundle or end of data.