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()
2417 auto applyPreference = [preference](const Capabilities::PerformanceInfo& perf) { in getPerformance() local2429 return applyPreference(device->getIfPerformance()) + in getPerformance()2440 return applyPreference(device->getWhilePerformance()) + in getPerformance()2452 return applyPreference(device->getRelaxedFloat32toFloat16PerformanceScalar()); in getPerformance()2457 return applyPreference(device->getRelaxedFloat32toFloat16PerformanceTensor()); in getPerformance()2464 return applyPreference(device->getPerformance(operandType)); in getPerformance()
337 mOemNetworkPreferencesAdapter.applyPreference(preference); in onApplyConfigurationBtnClick()