Searched refs:setPendingIntent (Results 1 – 8 of 8) sorted by relevance
263 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()
204 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()
53 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in LegacySuggestionContextualCard.Builder
153 .setPendingIntent(suggestion.getPendingIntent()) in loadSuggestions()
51 .setPendingIntent(mock(PendingIntent.class)) in build_shouldSetPendingIntent()
106 public void setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in SearchActionItemInfo
233 .setPendingIntent(PendingIntent in updateBuilder()
430 public RowBuilder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() method in PreferenceSliceBuilder.RowBuilder