Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java204 private static final String KEY_IS_DIAGNOSTICS_ENABLED = "is_diagnostics_enabled"; field in FiraOpenSessionParams
925 bundle.putBoolean(KEY_IS_DIAGNOSTICS_ENABLED, mIsDiagnosticsEnabled); in toBundle()
1052 .setIsDiagnosticsEnabled(bundle.getBoolean(KEY_IS_DIAGNOSTICS_ENABLED, false)) in parseBundleVersion1()