Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DNfcVerboseVendorLogPreferenceController.java44 static final String VERBOSE_VENDOR_LOG_DISABLED = "false"; field in NfcVerboseVendorLogPreferenceController
84 SystemProperties.set(NFC_VERBOSE_VENDOR_LOG_PROPERTY, VERBOSE_VENDOR_LOG_DISABLED); in onDeveloperOptionsSwitchDisabled()
113 .get(NFC_VERBOSE_VENDOR_LOG_PROPERTY, VERBOSE_VENDOR_LOG_DISABLED); in onNfcRebootDialogConfirmed()
114 if (currentValue.equals(VERBOSE_VENDOR_LOG_DISABLED)) { in onNfcRebootDialogConfirmed()
117 SystemProperties.set(NFC_VERBOSE_VENDOR_LOG_PROPERTY, VERBOSE_VENDOR_LOG_DISABLED); in onNfcRebootDialogConfirmed()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DNfcVerboseVendorLogPreferenceControllerTest.java22 .VERBOSE_VENDOR_LOG_DISABLED;
69 SystemProperties.set(NFC_VERBOSE_VENDOR_LOG_PROPERTY, VERBOSE_VENDOR_LOG_DISABLED); in onNfcRebootDialogConfirmed_nfcVendorLogDisabled_shouldChangeProperty()
86 assertThat(currentValue.equals(VERBOSE_VENDOR_LOG_DISABLED)).isTrue(); in onNfcRebootDialogConfirmed_nfcVendorLogEnabled_shouldChangeProperty()
91 SystemProperties.set(NFC_VERBOSE_VENDOR_LOG_PROPERTY, VERBOSE_VENDOR_LOG_DISABLED); in onNfcRebootDialogCanceled_shouldNotChangeProperty()
97 assertThat(currentValue.equals(VERBOSE_VENDOR_LOG_DISABLED)).isTrue(); in onNfcRebootDialogCanceled_shouldNotChangeProperty()