Searched refs:EXTRA_RESULT_INTENT (Results 1 – 2 of 2) sorted by relevance
33 import static com.android.systemui.shared.system.QuickStepContract.EXTRA_RESULT_INTENT;199 if (!(intent.getParcelableExtra(EXTRA_RESULT_INTENT) instanceof PendingIntent)) { in enableGestureNav()204 PendingIntent callback = intent.getParcelableExtra(EXTRA_RESULT_INTENT); in enableGestureNav()
59 public static final String EXTRA_RESULT_INTENT = "com.android.systemui.EXTRA_RESULT_INTENT"; field in QuickStepContract