Home
last modified time | relevance | path

Searched refs:EXTRAS_SLICE_URI (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DConnectedDevicesSliceBroadcastReceiver.java26 import static com.android.tv.settings.accessories.ConnectedDevicesSliceUtils.EXTRAS_SLICE_URI;
100 notifyToGoBack(context, Uri.parse(intent.getStringExtra(EXTRAS_SLICE_URI))); in onReceive()
DConnectedDevicesSliceProvider.java31 import static com.android.tv.settings.accessories.ConnectedDevicesSliceUtils.EXTRAS_SLICE_URI;
330 followUpIntent.putExtra(EXTRAS_SLICE_URI, sliceUri.toString()); in createBluetoothDeviceSlice()
363 followUpIntent.putExtra(EXTRAS_SLICE_URI, sliceUri.toString()); in createBluetoothDeviceSlice()
393 followUpIntent.putExtra(EXTRAS_SLICE_URI, sliceUri.toString()); in createBluetoothDeviceSlice()
DConnectedDevicesSliceUtils.java34 static final String EXTRAS_SLICE_URI = "extras_slice_uri"; field in ConnectedDevicesSliceUtils