Searched refs:createAllAppsPendingIntent (Results 1 – 2 of 2) sorted by relevance
38 private val createAllAppsPendingIntent: () -> PendingIntent, constant in com.android.quickstep.AllAppsActionManager73 createAllAppsPendingIntent(), in updateSystemAction()
584 this, UI_HELPER_EXECUTOR, this::createAllAppsPendingIntent); in onCreate()696 private PendingIntent createAllAppsPendingIntent() { in createAllAppsPendingIntent() method in TouchInteractionService