Searched refs:VERBOSE_VENDOR_LOG_ENABLED (Results 1 – 2 of 2) sorted by relevance
42 static final String VERBOSE_VENDOR_LOG_ENABLED = "true"; field in NfcVerboseVendorLogPreferenceController74 .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()
24 .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()