Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java813 static final String KEY_BG_FGS_LOCATION_THRESHOLD = field in AppFGSTracker.AppFGSPolicy
879 case KEY_BG_FGS_LOCATION_THRESHOLD: in onPropertiesChanged()
919 KEY_BG_FGS_LOCATION_THRESHOLD, in updateBgFgsLocationThreshold()
1018 pw.print(KEY_BG_FGS_LOCATION_THRESHOLD); in dump()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java1451 AppFGSPolicy.KEY_BG_FGS_LOCATION_THRESHOLD, in testLongFGSExemptions()