Searched refs:START_ACTIVITY_NEEDS_PENDING_INTENT (Results 1 – 3 of 3) sorted by relevance
181 public static final long START_ACTIVITY_NEEDS_PENDING_INTENT = 241766793L; field in TileService354 if (CompatChanges.isChangeEnabled(START_ACTIVITY_NEEDS_PENDING_INTENT)) { in startActivityAndCollapse()
18 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()
18 import static android.service.quicksettings.TileService.START_ACTIVITY_NEEDS_PENDING_INTENT;253 if (CompatChanges.isChangeEnabled(START_ACTIVITY_NEEDS_PENDING_INTENT, packageName, in bindServices()