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

  /frameworks/native/libs/binder/include/binder/
PersistableBundle.h 33 * C++ implementation of PersistableBundle, a mapping from String values to
36 class PersistableBundle : public Parcelable {
38 PersistableBundle() = default;
39 virtual ~PersistableBundle() = default;
40 PersistableBundle(const PersistableBundle& bundle) = default;
50 * Setters for PersistableBundle. Adds a a key-value pair instantiated with
64 void putPersistableBundle(const String16& key, const PersistableBundle& value);
67 * Getters for PersistableBundle. If |key| exists, these methods write the
81 bool getPersistableBundle(const String16& key, PersistableBundle* out) const
    [all...]
  /frameworks/base/core/java/android/os/
PersistableBundle.java 39 public final class PersistableBundle extends BaseBundle implements Cloneable, Parcelable,
42 public static final PersistableBundle EMPTY;
45 EMPTY = new PersistableBundle();
55 (value instanceof PersistableBundle) || (value == null) ||
60 * Constructs a new, empty PersistableBundle.
62 public PersistableBundle() {
68 * Constructs a new, empty PersistableBundle sized to hold the given number of
69 * elements. The PersistableBundle will grow as needed.
71 * @param capacity the initial capacity of the PersistableBundle
73 public PersistableBundle(int capacity)
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 177 milliseconds