Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2378 static final String ACTION_FGS_MANAGER_TRAMPOLINE = field in AppRestrictionController.NotificationHelper
2397 case ACTION_FGS_MANAGER_TRAMPOLINE:
2424 new IntentFilter(ACTION_FGS_MANAGER_TRAMPOLINE), in onSystemReady()
2461 final Intent trampoline = new Intent(ACTION_FGS_MANAGER_TRAMPOLINE); in postRequestBgRestrictedIfNecessary()