Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFgsManagerController.kt290 if (intent.action == Intent.ACTION_SHOW_FOREGROUND_SERVICE_MANAGER) {
295 IntentFilter(Intent.ACTION_SHOW_FOREGROUND_SERVICE_MANAGER),
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DFgsManagerControllerTest.java473 argThat(fltr -> fltr.matchAction(Intent.ACTION_SHOW_FOREGROUND_SERVICE_MANAGER)), in createFgsManagerController()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java54 import static android.content.Intent.ACTION_SHOW_FOREGROUND_SERVICE_MANAGER;
2401 final Intent newIntent = new Intent(ACTION_SHOW_FOREGROUND_SERVICE_MANAGER);
2515 final Intent intent = new Intent(ACTION_SHOW_FOREGROUND_SERVICE_MANAGER); in postLongRunningFgsIfNecessary()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java5267 public static final String ACTION_SHOW_FOREGROUND_SERVICE_MANAGER = field in Intent