Searched refs:applyPreference (Results 1 – 4 of 4) sorted by relevance
74 public void applyPreference(@Nullable SparseArray<Set<String>> preference) { in applyPreference() method in OemNetworkPreferencesAdapter106 applyPreference(null); in resetNetworkPreferences()
61 mOemNetworkPreferencesAdapter.applyPreference(mStorage.getAllPrefApps()); in reapplyPANSOnBoot()
2364 auto applyPreference = [preference](const Capabilities::PerformanceInfo& perf) { in getPerformance() local2376 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()
340 mOemNetworkPreferencesAdapter.applyPreference(preference); in onApplyConfigurationBtnClick()