Home
last modified time | relevance | path

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

/external/setupcompat/main/java/com/google/android/setupcompat/logging/
DCustomEvent.java46 private static final String BUNDLE_KEY_BUNDLE_PII_VALUES = "CustomEvent_pii_bundleValues"; field in CustomEvent
80 PersistableBundles.fromBundle(bundle.getBundle(BUNDLE_KEY_BUNDLE_PII_VALUES))); in toCustomEvent()
92 BUNDLE_KEY_BUNDLE_PII_VALUES, PersistableBundles.toBundle(customEvent.piiValues())); in toBundle()