Home
last modified time | relevance | path

Searched refs:applyPreference (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/components/
DOemNetworkPreferencesAdapter.java74 public void applyPreference(@Nullable SparseArray<Set<String>> preference) { in applyPreference() method in OemNetworkPreferencesAdapter
106 applyPreference(null); in resetNetworkPreferences()
/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/
DRunOnBootCompleteTasksReceiver.java61 mOemNetworkPreferencesAdapter.applyPreference(mStorage.getAllPrefApps()); in reapplyPANSOnBoot()
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2364 auto applyPreference = [preference](const Capabilities::PerformanceInfo& perf) { in getPerformance() local
2376 return applyPreference(device->getIfPerformance()) + in getPerformance()
2387 return applyPreference(device->getWhilePerformance()) + in getPerformance()
2399 return applyPreference(device->getRelaxedFloat32toFloat16PerformanceScalar()); in getPerformance()
2404 return applyPreference(device->getRelaxedFloat32toFloat16PerformanceTensor()); in getPerformance()
2411 return applyPreference(device->getPerformance(operandType)); in getPerformance()
/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/fragments/
DManagerFragment.java340 mOemNetworkPreferencesAdapter.applyPreference(preference); in onApplyConfigurationBtnClick()