Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DNotificationUtils.java38 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
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java257 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