Home
last modified time | relevance | path

Searched refs:setPendingIntent (Results 1 – 8 of 8) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DConnectedDevicesSliceProvider.java263 connectionActionPref.setPendingIntent(pendingIntent); in createBluetoothDeviceSlice()
296 renamePref.setPendingIntent(renamePendingIntent); in createBluetoothDeviceSlice()
325 forgetPref.setPendingIntent(disconnectPendingIntent); in createBluetoothDeviceSlice()
407 .setPendingIntent(pendingIntent) in updatePairingButton()
523 pref.setPendingIntent(PendingIntent.getActivity(getContext(), 0, intent, in createBtDeviceSlicePreference()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/
DSuggestionsPreferenceControllerTest.java204 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_sendsPendingIntent()
216 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_callsSuggestionControllerLaunch()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCard.java53 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in LegacySuggestionContextualCard.Builder
DLegacySuggestionContextualCardController.java153 .setPendingIntent(suggestion.getPendingIntent()) in loadSuggestions()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCardTest.java51 .setPendingIntent(mock(PendingIntent.class)) in build_shouldSetPendingIntent()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DSearchActionItemInfo.java106 public void setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in SearchActionItemInfo
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
DCandidateSuggestion.java233 .setPendingIntent(PendingIntent in updateBuilder()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
DPreferenceSliceBuilder.java430 public RowBuilder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() method in PreferenceSliceBuilder.RowBuilder