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.java264 connectionActionPref.setFollowupPendingIntent(followupIntent); in createBluetoothDeviceSlice()
295 renamePref.setFollowupPendingIntent(renameFollowupIntent); in createBluetoothDeviceSlice()
326 forgetPref.setFollowupPendingIntent(forgetFollowupIntent); in createBluetoothDeviceSlice()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
DPreferenceSliceBuilder.java442 public RowBuilder setFollowupPendingIntent(@NonNull PendingIntent pendingIntent) { in setFollowupPendingIntent() method in PreferenceSliceBuilder.RowBuilder