Home
last modified time | relevance | path

Searched refs:getAllConfigs (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiSavedConfigUtils.java38 public static List<AccessPoint> getAllConfigs(Context context, WifiManager wifiManager) { in getAllConfigs() method in WifiSavedConfigUtils
78 return getAllConfigs(context, wifiManager).size(); in getAllConfigsCount()
H A DWifiTracker.java453 return WifiSavedConfigUtils.getAllConfigs(mContext, mWifiManager).size(); in getNumSavedNetworks()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropConfigIndex.h49 const std::vector<VehiclePropConfig>& getAllConfigs() const { in getAllConfigs() function
H A DVehiclePropertyStore.h82 std::vector<VehiclePropConfig> getAllConfigs() const;
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehiclePropConfigIndex_test.cpp57 std::vector<VehiclePropConfig> actualConfigs = index.getAllConfigs(); in TEST_F()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp81 auto& halConfig = mConfigIndex->getAllConfigs(); in getAllPropConfigs()
301 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdListAllProperties()
315 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdDumpAllProperties()
H A DVehiclePropertyStore.cpp124 std::vector<VehiclePropConfig> VehiclePropertyStore::getAllConfigs() const { in getAllConfigs() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DRecommendationServiceImpl.java66 for (VendorConfig config : VendorConfig.getAllConfigs(this)) { in onConnected()
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
H A DVendorConfig.java108 public static @NonNull Collection<VendorConfig> getAllConfigs(@NonNull Context context) in getAllConfigs() method in VendorConfig
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleHalServer.cpp124 return mServerSidePropStore.getAllConfigs(); in onGetAllPropertyConfig()
H A DEmulatedVehicleHal.cpp330 return mPropStore->getAllConfigs(); in listProperties()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp406 store->getAllConfigs(); in invokeVehiclePropStore()