Searched refs:EXTRAS_SLICE_URI (Results 1 – 3 of 3) sorted by relevance
23 import static com.android.tv.settings.accessories.ConnectedDevicesSliceUtils.EXTRAS_SLICE_URI;65 notifyToGoBack(context, Uri.parse(intent.getStringExtra(EXTRAS_SLICE_URI))); in onReceive()
23 import static com.android.tv.settings.accessories.ConnectedDevicesSliceUtils.EXTRAS_SLICE_URI;259 followUpIntent.putExtra(EXTRAS_SLICE_URI, sliceUri.toString()); in createBluetoothDeviceSlice()291 followUpIntent.putExtra(EXTRAS_SLICE_URI, sliceUri.toString()); in createBluetoothDeviceSlice()321 followUpIntent.putExtra(EXTRAS_SLICE_URI, sliceUri.toString()); in createBluetoothDeviceSlice()
32 static final String EXTRAS_SLICE_URI = "extras_slice_uri"; field in ConnectedDevicesSliceUtils