Home
last modified time | relevance | path

Searched refs:getPendingIntent (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DGetTranscriptReceiver.java96 return getPendingIntent(context, intent, PendingIntent.FLAG_NO_CREATE) != null; in hasPendingAlarm()
126 getPendingIntent(context, intent, PendingIntent.FLAG_UPDATE_CURRENT); in scheduleAlarm()
135 PendingIntent alarmIntent = getPendingIntent(context, intent, PendingIntent.FLAG_NO_CREATE); in cancelAlarm()
170 private static PendingIntent getPendingIntent(Context context, Intent intent, int flags) { in getPendingIntent() method in GetTranscriptReceiver
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCardController.java78 ((LegacySuggestionContextualCard) card).getPendingIntent().send(); in onPrimaryClick()
146 .setPendingIntent(suggestion.getPendingIntent()) in loadSuggestions()
DLegacySuggestionContextualCard.java37 public PendingIntent getPendingIntent() { in getPendingIntent() method in LegacySuggestionContextualCard
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCardController.java82 ((LegacySuggestionContextualCard) card).getPendingIntent().send(); in onPrimaryClick()
153 .setPendingIntent(suggestion.getPendingIntent()) in loadSuggestions()
DLegacySuggestionContextualCard.java40 public PendingIntent getPendingIntent() { in getPendingIntent() method in LegacySuggestionContextualCard
/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/
DSuggestionsPreferenceController.java201 if (suggestion.getPendingIntent() != null) { in launchSuggestion()
202 suggestion.getPendingIntent().send(); in launchSuggestion()
/packages/services/Mms/src/com/android/mms/service/
DMmsRequest.java228 final PendingIntent pendingIntent = getPendingIntent(); in processResult()
313 protected abstract PendingIntent getPendingIntent(); in getPendingIntent() method in MmsRequest
DDownloadRequest.java92 protected PendingIntent getPendingIntent() { in getPendingIntent() method in DownloadRequest
DSendRequest.java159 protected PendingIntent getPendingIntent() { in getPendingIntent() method in SendRequest
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCardTest.java53 .getPendingIntent()).isNotNull(); in build_shouldSetPendingIntent()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPendingRequestArgs.java88 public Intent getPendingIntent() { in getPendingIntent() method in PendingRequestArgs
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
DSuggestionPreference.java98 mSuggestion.getPendingIntent().send(); in launchSuggestion()
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntentsImpl.java436 stackBuilder.getPendingIntent(requestCode, PendingIntent.FLAG_UPDATE_CURRENT); in getPendingIntentWithParentStack()
458 return taskStackBuilder.getPendingIntent( in getPendingIntentForLowStorageNotifications()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java275 PendingIntent pendingIntent = ((QAWalletCardViewInfo) card).mWalletCard.getPendingIntent(); in onCardClicked()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java357 return taskStackBuilder.getPendingIntent(0, 0, null, userHandle); in createCallLogPendingIntent()
DMissedCallNotifierImpl.java475 return taskStackBuilder.getPendingIntent(0, PendingIntent.FLAG_IMMUTABLE, null, userHandle); in createCallLogPendingIntent()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java813 Intent intent = pendingArgs.getPendingIntent(); in onRequestPermissionsResult()
1191 || args.getPendingIntent().getComponent() == null) { in completeAddShortcut()
1213 info.intent, args.getPendingIntent().getComponent().getPackageName())) { in completeAddShortcut()
/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewControllerTest.java571 PendingIntent pendingIntent = cards.get(0).getPendingIntent(); in onCardClicked_startsIntent()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1324 public PendingIntent getPendingIntent() { in getPendingIntent() method in NetworkMonitor.CustomIntentReceiver