Home
last modified time | relevance | path

Searched refs:getCapability (Results 1 – 6 of 6) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/capabilities/
DCapabilities.kt39 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
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DTestMmTelFeatureImpl.java82 mEnabledCapabilities.get(pair.getRadioTech()).addCapabilities(pair.getCapability()); in changeEnabledCapabilities()
85 mEnabledCapabilities.get(pair.getRadioTech()).removeCapabilities(pair.getCapability()); in changeEnabledCapabilities()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApModeConfiguration.java72 public SoftApCapability getCapability() { in getCapability() method in SoftApModeConfiguration
DWifiCountryCode.java714 modeConfig.getCapability(), country, modeConfig.getTetheringRequest()); in setCountryCodeNative()
DSoftApManager.java470 mCurrentSoftApCapability = apConfig.getCapability(); in SoftApManager()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java2473 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()