Searched refs:getKeyset (Results 1 – 15 of 15) sorted by relevance
98 assertThat(properties.getKeyset().size()).isEqualTo(1); in testListener()99 assertThat(properties.getKeyset()).contains(sKey); in testListener()
164 when(properties.getKeyset()).thenReturn(Collections.singleton(name));
141 for (String key : properties.getKeyset()) { in updatePropertiesFromSettings()
308 for (String name : properties.getKeyset()) {
135 for (String name : properties.getKeyset()) {
151 if (properties.getKeyset().contains(Settings.Global.GAME_DRIVER_BLACKLISTS)) { in onPropertiesChanged()
124 if (properties.getKeyset().contains( in AssistHandleBehaviorController()
379 assertThat(properties.getKeyset()).contains(sKey); in testOnPropertiesChangedListener()
870 public Set<String> getKeyset() { in getKeyset() method in DeviceConfig.Properties
131 for (String name : properties.getKeyset()) {
260 for (String key : properties.getKeyset()) { in onDeviceConfigChange()
198 (properties) -> onDeviceConfigChange(properties.getKeyset())); in AutofillManagerService()
1839 if (properties.getKeyset() in registerDeviceConfigChange()
2308 method @NonNull public java.util.Set<java.lang.String> getKeyset();
5858 method @NonNull public java.util.Set<java.lang.String> getKeyset();