Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/quicksettings/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileLifecycleManagerTest.java20 import static android.service.quicksettings.TileService.START_ACTIVITY_NEEDS_PENDING_INTENT;
489 mockChangeEnabled(START_ACTIVITY_NEEDS_PENDING_INTENT, true); in testVersionUDoesNotBindsAllowBackgroundActivity()
512 mockChangeEnabled(START_ACTIVITY_NEEDS_PENDING_INTENT, false); in testVersionLessThanUBindsAllowBackgroundActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java20 import static android.service.quicksettings.TileService.START_ACTIVITY_NEEDS_PENDING_INTENT;
282 if (CompatChanges.isChangeEnabled(START_ACTIVITY_NEEDS_PENDING_INTENT, packageName, in bindServices()