Searched refs:createPendingIntent (Results 1 – 2 of 2) sorted by relevance
38 PendingIntent fullScreenIntent = createPendingIntent(context); in createCallStyleNotification()70 PendingIntent ongoingCall = createPendingIntent(context); in updateNotificationToOngoing()91 private static PendingIntent createPendingIntent(Context context) { in createPendingIntent() method in NotificationUtils
257 createPendingIntent()).build(); in testGetWalletCards_invalidCard_nullId_fails()271 createPendingIntent()).build(); in testGetWalletCards_invalidCard_nullImage_fails()285 createPendingIntent()).build(); in testGetWalletCards_invalidCard_nullContentDesc_fails()312 createPendingIntent()).build(); in testGetWalletCards_invalidResponse_tooManyCards_fails()351 createPendingIntent()).build(); in testGetWalletCards_invalidResponse_negativeIndex_fails()366 createPendingIntent()).build(); in testGetWalletCards_invalidResponse_indexOutOfBounds_fails()385 new WalletCard.Builder("cardId", createCardImage(), "Card", createPendingIntent()) in testGetWalletCards_locationFeatureEnabled_includesLocations()407 new WalletCard.Builder("cardId", createCardImage(), "Card", createPendingIntent()) in testGetWalletCards_locationFeatureDisabled_excludesLocations()550 private PendingIntent createPendingIntent() { in createPendingIntent() method in QuickAccessWalletClientTest