Home
last modified time | relevance | path

Searched refs:updateAllowlist (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
H A DSmallAreaDetectionControllerTest.java100 mSmallAreaDetectionController.updateAllowlist(property); in testUpdateAllowlist_validProperty()
111 mSmallAreaDetectionController.updateAllowlist(property); in testUpdateAllowlist_includeInvalidRow()
123 mSmallAreaDetectionController.updateAllowlist(property); in testUpdateAllowlist_includeNotInstalledPkg()
134 mSmallAreaDetectionController.updateAllowlist(property); in testUpdateAllowlist_invalidProperty()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DSmallAreaDetectionController.java62 controller.updateAllowlist(property); in create()
78 void updateAllowlist(@Nullable String property) { in updateAllowlist() method in SmallAreaDetectionController
161 updateAllowlist( in onPropertiesChanged()