Searched defs:featureMap (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceGetFeatureClient.java | 85 HashMap<Integer, Boolean> featureMap = getFeatureMap(); in onFeatureGet() local 122 HashMap<Integer, Boolean> featureMap = new HashMap<>(); in getFeatureMap() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/featureflags/ |
H A D | FeatureFlagsPreferenceController.java | 50 final Map<String, String> featureMap = FeatureFlagUtils.getAllFeatureFlags(); in displayPreference() local
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/ |
H A D | SuggestionFeaturizer.java | 71 Map<String, Double> featureMap = new HashMap<>(); in featurize() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
H A D | ImsResolver.java | 679 Map<Integer, String> featureMap = getImsPackageOverrideConfig(slotId); in bindCarrierServicesIfAvailable() local 1320 private void overrideCarrierService(int slotId, Map<Integer, String> featureMap) { in overrideCarrierService() 1342 private void overrideDeviceService(Map<Integer, String> featureMap) { in overrideDeviceService() 1396 private void updateBoundServices(int slotId, Map<Integer, String> featureMap) { in updateBoundServices()
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | ContextBase.h | 206 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) { in setQwesFeatureStatus()
|
H A D | LocApiBase.cpp | 489 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap in reportQwesCapabilities()
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | ContextBase.h | 206 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) { in setQwesFeatureStatus()
|
H A D | LocApiBase.cpp | 489 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap in reportQwesCapabilities()
|
/aosp12/hardware/qcom/sm7250/gps/gnss/ |
H A D | GnssAdapter.cpp | 4890 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) in reportQwesCapabilities() 6545 [this] (const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) { in initEngHubProxy()
|
/aosp12/hardware/qcom/sm8150/gps/gnss/ |
H A D | GnssAdapter.cpp | 4889 const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) in reportQwesCapabilities() 6544 [this] (const std::unordered_map<LocationQwesFeatureType, bool> &featureMap) { in initEngHubProxy()
|