Searched refs:ACTION_QUICKSTEP (Results 1 – 2 of 2) sorted by relevance
44 import com.android.systemui.recents.OverviewProxyService.ACTION_QUICKSTEP130 if (it.action == ACTION_QUICKSTEP) serviceComponent else null in setUp()
139 static final String ACTION_QUICKSTEP = "android.intent.action.QUICKSTEP_SERVICE"; field in OverviewProxyService495 .resolveService(new Intent(ACTION_QUICKSTEP), 0);661 mQuickStepIntent = new Intent(ACTION_QUICKSTEP) in OverviewProxyService()