Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterData.java222 @NonNull Bundle left, @NonNull Bundle right, @NonNull String bundleKey) { in areBundlesEqual() argument
223 Bundle leftBundle = left.getBundle(bundleKey); in areBundlesEqual()
224 Bundle rightBundle = right.getBundle(bundleKey); in areBundlesEqual()
243 getBundleValue(leftBundle, bundleKey, key), in areBundlesEqual()
244 getBundleValue(rightBundle, bundleKey, key))) { in areBundlesEqual()
270 private int bundleHash(@NonNull String bundleKey) { in bundleHash() argument
271 Bundle bundle = mExtras.getBundle(bundleKey); in bundleHash()
280 ^ Objects.hashCode(getBundleValue(bundle, bundleKey, key)); in bundleHash()
325 private boolean appendBundleString(@NonNull StringBuilder sb, @NonNull String bundleKey) { in appendBundleString() argument
326 Bundle bundle = mExtras.getBundle(bundleKey); in appendBundleString()
[all …]