Searched refs:mDeviceConfigProxyFake (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
H A D | DeviceConfigProxyFakeTest.java | 44 private DeviceConfigProxyFake mDeviceConfigProxyFake; field in DeviceConfigProxyFakeTest 48 mDeviceConfigProxyFake = new DeviceConfigProxyFake(); in setup() 57 mDeviceConfigProxyFake.addOnPropertiesChangedListener( in testOnPropertiesChanged() 60 mDeviceConfigProxyFake.setProperty(NAMESPACE, key, value, false); in testOnPropertiesChanged() 75 mDeviceConfigProxyFake.addOnPropertiesChangedListener( in testOnMultiplePropertiesChanged() 77 mDeviceConfigProxyFake.setProperty(NAMESPACE, keyA, valueA, false); in testOnMultiplePropertiesChanged() 83 mDeviceConfigProxyFake.setProperty(NAMESPACE, keyB, valueB, false); in testOnMultiplePropertiesChanged()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | FgsManagerControllerTest.java | 82 DeviceConfigProxyFake mDeviceConfigProxyFake; field in FgsManagerControllerTest 113 mDeviceConfigProxyFake = new DeviceConfigProxyFake(); in setUp() 313 mDeviceConfigProxyFake.setProperty(DeviceConfig.NAMESPACE_SYSTEMUI, in testShowUserVisibleJobsOnCreation() 325 mDeviceConfigProxyFake, in testShowUserVisibleJobsOnCreation() 339 mDeviceConfigProxyFake.setProperty(DeviceConfig.NAMESPACE_SYSTEMUI, in testShowUserVisibleJobsOnCreation() 351 mDeviceConfigProxyFake, in testShowUserVisibleJobsOnCreation() 396 mDeviceConfigProxyFake.setProperty(DeviceConfig.NAMESPACE_SYSTEMUI, in setShowStopButtonForUserAllowlistedApps() 409 mDeviceConfigProxyFake.setProperty(DeviceConfig.NAMESPACE_SYSTEMUI, in setShowUserVisibleJobs() 457 mDeviceConfigProxyFake, in createFgsManagerController()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarTest.java | 217 private DeviceConfigProxyFake mDeviceConfigProxyFake = new DeviceConfigProxyFake(); field in NavigationBarTest 305 mDeviceConfigProxyFake.setProperty( in testHomeLongPressWithCustomDuration() 505 mDeviceConfigProxyFake, in createNavBar()
|