Searched refs:VERBOSE_VENDOR_LOG_DISABLED (Results 1 – 2 of 2) sorted by relevance
44 static final String VERBOSE_VENDOR_LOG_DISABLED = "false"; field in NfcVerboseVendorLogPreferenceController84 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()
22 .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()