Home
last modified time | relevance | path

Searched defs:regulatoryInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/spa_unit/src/com/android/settings/deviceinfo/regulatory/
DRegulatoryInfoTest.kt64 val regulatoryInfo = context.getRegulatoryInfo() in getRegulatoryInfo_noSkuProperty_shouldReturnDefaultLabel() constant
74 val regulatoryInfo = context.getRegulatoryInfo() in getResourceId_noCooProperty_shouldReturnSkuLabel() constant
84 val regulatoryInfo = context.getRegulatoryInfo() in getResourceId_hasSkuAndCooProperties_shouldReturnCooLabel() constant
94 val regulatoryInfo = context.getRegulatoryInfo() in getResourceId_noCorrespondingCooLabel_shouldReturnSkuLabel() constant
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DDiscoveryAdvertisement.java55 public final RegulatoryInfo regulatoryInfo; field in DiscoveryAdvertisement
78 RegulatoryInfo regulatoryInfo = null; in fromBytes() local
222 private static byte[] convertRegulatoryInfo(RegulatoryInfo regulatoryInfo) { in convertRegulatoryInfo()
264 @Nullable RegulatoryInfo regulatoryInfo, in DiscoveryAdvertisement()