Searched refs:cryptState (Results 1 – 1 of 1) sorted by relevance
831 String cryptState = VoldProperties.decrypt().orElse(""); in startBootstrapServices() local832 if (ENCRYPTING_STATE.equals(cryptState)) { in startBootstrapServices()835 } else if (ENCRYPTED_STATE.equals(cryptState)) { in startBootstrapServices()