Searched refs:BUNDLE_KEY_BUNDLE_VALUES (Results 1 – 1 of 1) sorted by relevance
45 private static final String BUNDLE_KEY_BUNDLE_VALUES = "CustomEvent_bundleValues"; field in CustomEvent79 PersistableBundles.fromBundle(bundle.getBundle(BUNDLE_KEY_BUNDLE_VALUES)), in toCustomEvent()90 bundle.putBundle(BUNDLE_KEY_BUNDLE_VALUES, PersistableBundles.toBundle(customEvent.values())); in toBundle()