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

  /frameworks/base/core/java/android/os/
PersistableBundle.java 35 public final class PersistableBundle extends BaseBundle implements Cloneable, Parcelable,
38 public static final PersistableBundle EMPTY;
42 EMPTY = new PersistableBundle();
48 * Constructs a new, empty PersistableBundle.
50 public PersistableBundle() {
55 * Constructs a new, empty PersistableBundle sized to hold the given number of
56 * elements. The PersistableBundle will grow as needed.
58 * @param capacity the initial capacity of the PersistableBundle
60 public PersistableBundle(int capacity) {
65 * Constructs a PersistableBundle containing a copy of the mappings from the give
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 399 milliseconds