Searched refs:getCapability (Results 1 – 6 of 6) sorted by relevance
39 get() = getCapability<Capability.Persistence>() in <lambda>()42 get() = getCapability<Capability.Ttl>() in <lambda>()45 get() = getCapability<Capability.Encryption>()?.let { it.value } in <lambda>()48 get() = getCapability<Capability.Queryable>()?.let { it.value } in <lambda>()51 get() = getCapability<Capability.Shareable>()?.let { it.value } in <lambda>()81 private inline fun <reified T : Capability> getCapability(): T? { in <lambda>() method
82 mEnabledCapabilities.get(pair.getRadioTech()).addCapabilities(pair.getCapability()); in changeEnabledCapabilities()85 mEnabledCapabilities.get(pair.getRadioTech()).removeCapabilities(pair.getCapability()); in changeEnabledCapabilities()
72 public SoftApCapability getCapability() { in getCapability() method in SoftApModeConfiguration
714 modeConfig.getCapability(), country, modeConfig.getTetheringRequest()); in setCountryCodeNative()
470 mCurrentSoftApCapability = apConfig.getCapability(); in SoftApManager()
2473 if (!softApConfig.getCapability().areFeaturesSupported( in startSoftApAndVerifyEnabled()2529 softApConfig.getCapability().getCountryCode())) { in startSoftApAndVerifyEnabled()2548 assertThat(mSoftApManager.getSoftApModeConfiguration().getCapability().getCountryCode()) in startSoftApAndVerifyEnabled()2562 assertThat(mSoftApManager.getSoftApModeConfiguration().getCapability().getCountryCode()) in startSoftApAndVerifyEnabled()