Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DNfcVerboseVendorLogPreferenceController.java42 static final String VERBOSE_VENDOR_LOG_ENABLED = "true"; field in NfcVerboseVendorLogPreferenceController
74 .setChecked(currentValue.equals(VERBOSE_VENDOR_LOG_ENABLED)); in updateState()
97 return !currentValue.equals(VERBOSE_VENDOR_LOG_ENABLED); in isDefaultValue()
115 SystemProperties.set(NFC_VERBOSE_VENDOR_LOG_PROPERTY, VERBOSE_VENDOR_LOG_ENABLED); in onNfcRebootDialogConfirmed()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DNfcVerboseVendorLogPreferenceControllerTest.java24 .VERBOSE_VENDOR_LOG_ENABLED;
75 assertThat(currentValue.equals(VERBOSE_VENDOR_LOG_ENABLED)).isTrue(); in onNfcRebootDialogConfirmed_nfcVendorLogDisabled_shouldChangeProperty()
80 SystemProperties.set(NFC_VERBOSE_VENDOR_LOG_PROPERTY, VERBOSE_VENDOR_LOG_ENABLED); in onNfcRebootDialogConfirmed_nfcVendorLogEnabled_shouldChangeProperty()