Searched refs:EXTRAS_SLICE_URI (Results 1 – 3 of 3) sorted by relevance
26 import static com.android.tv.settings.accessories.ConnectedDevicesSliceUtils.EXTRAS_SLICE_URI;100 notifyToGoBack(context, Uri.parse(intent.getStringExtra(EXTRAS_SLICE_URI))); in onReceive()
31 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()
34 static final String EXTRAS_SLICE_URI = "extras_slice_uri"; field in ConnectedDevicesSliceUtils