Home
last modified time | relevance | path

Searched refs:createAllAppsPendingIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAllAppsActionManager.kt38 private val createAllAppsPendingIntent: () -> PendingIntent, constant in com.android.quickstep.AllAppsActionManager
73 createAllAppsPendingIntent(), in updateSystemAction()
DTouchInteractionService.java584 this, UI_HELPER_EXECUTOR, this::createAllAppsPendingIntent); in onCreate()
696 private PendingIntent createAllAppsPendingIntent() { in createAllAppsPendingIntent() method in TouchInteractionService