Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepInteractionHandler.java57 return RemoteViews.startPendingIntent(hostView, pendingIntent, in onInteraction()
97 return RemoteViews.startPendingIntent(hostView, pendingIntent, options); in onInteraction()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java277 startPendingIntent(pendingIntent); in onCardClicked()
316 startPendingIntent(pendingIntent); in startIntent()
319 private void startPendingIntent(PendingIntent pendingIntent) { in startPendingIntent() method in WalletPanelViewController