Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DConnectedDevicesSliceProvider.java335 connectionActionPref.setFollowupPendingIntent(followupIntent); in createBluetoothDeviceSlice()
367 renamePref.setFollowupPendingIntent(renameFollowupIntent); in createBluetoothDeviceSlice()
398 forgetPref.setFollowupPendingIntent(forgetFollowupIntent); in createBluetoothDeviceSlice()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
DPreferenceSliceBuilder.java472 public RowBuilder setFollowupPendingIntent(@NonNull PendingIntent pendingIntent) { in setFollowupPendingIntent() method in PreferenceSliceBuilder.RowBuilder