Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java181 public static final long START_ACTIVITY_NEEDS_PENDING_INTENT = 241766793L; field in TileService
354 if (CompatChanges.isChangeEnabled(START_ACTIVITY_NEEDS_PENDING_INTENT)) { in startActivityAndCollapse()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTest.java18 import static android.service.quicksettings.TileService.START_ACTIVITY_NEEDS_PENDING_INTENT;
335 mockChangeEnabled(START_ACTIVITY_NEEDS_PENDING_INTENT, true); in testVersionUDoesNotBindsAllowBackgroundActivity()
356 mockChangeEnabled(START_ACTIVITY_NEEDS_PENDING_INTENT, false); in testVersionLessThanUBindsAllowBackgroundActivity()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java18 import static android.service.quicksettings.TileService.START_ACTIVITY_NEEDS_PENDING_INTENT;
253 if (CompatChanges.isChangeEnabled(START_ACTIVITY_NEEDS_PENDING_INTENT, packageName, in bindServices()