Searched refs:newProperties (Results 1 – 3 of 3) sorted by relevance
182 SparseArray<ActionProperties> newProperties = mLastPropertiesUpdate.get(); in waitForAllPropertiesEnableState() local183 if (newProperties != null) { in waitForAllPropertiesEnableState()184 for (int i = 0; i < newProperties.size(); i++) { in waitForAllPropertiesEnableState()185 if (newProperties.get(i).isEnabled() != enabledState) { in waitForAllPropertiesEnableState()203 SparseArray<ActionProperties> newProperties = mLastPropertiesUpdate.get(); in waitForMatchingActionProperties() local204 if (newProperties != null) { in waitForMatchingActionProperties()205 if (newProperties.size() > 0) { in waitForMatchingActionProperties()206 return newProperties.get(actionProperties.getAction()).equals( in waitForMatchingActionProperties()223 SparseArray<ActionProperties> newProperties = mLastPropertiesUpdate.get(); in waitForActionEnabledState() local224 if (newProperties != null) { in waitForActionEnabledState()[all …]
1114 private void update(@NonNull Properties newProperties) {1115 mProperties = newProperties;
249 ProviderProperties newProperties = new ProviderProperties.Builder() in testProperties() local257 mProvider.setProperties(newProperties); in testProperties()258 assertThat(mManager.getProperties()).isEqualTo(newProperties); in testProperties()