Searched refs:DeviceConfigEntry (Results 1 – 2 of 2) sorted by relevance
49 private static class DeviceConfigEntry<T> { class in CoreSettingsObserver56 DeviceConfigEntry(String namespace, String flag, String coreSettingKey, Class<T> type, in DeviceConfigEntry() method in CoreSettingsObserver.DeviceConfigEntry76 static final List<DeviceConfigEntry> sDeviceConfigEntries = new ArrayList<DeviceConfigEntry>();123 sDeviceConfigEntries.add(new DeviceConfigEntry<Boolean>( in sDeviceConfigEntries.add()127 sDeviceConfigEntries.add(new DeviceConfigEntry<Integer>( in sDeviceConfigEntries.add()131 sDeviceConfigEntries.add(new DeviceConfigEntry<Integer>( in sDeviceConfigEntries.add()135 sDeviceConfigEntries.add(new DeviceConfigEntry<Boolean>( in sDeviceConfigEntries.add()139 sDeviceConfigEntries.add(new DeviceConfigEntry<Integer>( in sDeviceConfigEntries.add()143 sDeviceConfigEntries.add(new DeviceConfigEntry<Integer>( in sDeviceConfigEntries.add()147 sDeviceConfigEntries.add(new DeviceConfigEntry<Float>( in sDeviceConfigEntries.add()[all …]
8038 HSPLcom/android/server/am/CoreSettingsObserver$DeviceConfigEntry;-><init>(Ljava/lang/String;Ljava/l…52400 Lcom/android/server/am/CoreSettingsObserver$DeviceConfigEntry;