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.java23 import static com.android.tv.settings.accessories.ConnectedDevicesSliceUtils.EXTRAS_SLICE_URI;
65 notifyToGoBack(context, Uri.parse(intent.getStringExtra(EXTRAS_SLICE_URI))); in onReceive()
DConnectedDevicesSliceProvider.java23 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()
DConnectedDevicesSliceUtils.java32 static final String EXTRAS_SLICE_URI = "extras_slice_uri"; field in ConnectedDevicesSliceUtils