Home
last modified time | relevance | path

Searched refs:BUNDLE_KEY_BUNDLE_VALUES (Results 1 – 1 of 1) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/logging/
DCustomEvent.java45 private static final String BUNDLE_KEY_BUNDLE_VALUES = "CustomEvent_bundleValues"; field in CustomEvent
79 PersistableBundles.fromBundle(bundle.getBundle(BUNDLE_KEY_BUNDLE_VALUES)), in toCustomEvent()
90 bundle.putBundle(BUNDLE_KEY_BUNDLE_VALUES, PersistableBundles.toBundle(customEvent.values())); in toBundle()