Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterData.java510 @NonNull Bundle bundle, @NonNull String bundleParentKey, @NonNull String key) { in getBundleValue() argument
511 switch (bundleParentKey) { in getBundleValue()
518 throw new IllegalArgumentException("Unexpected bundle parent key: " + bundleParentKey); in getBundleValue()