Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputAdapter.java360 v -> mController.tryToLaunchInAppRoutingIntent(device.getId(), v)); in updateEndClickAreaAsSessionEditing()
542 return v -> controller.tryToLaunchInAppRoutingIntent(device.getId(), v); in getClickListenerBasedOnSelectionBehavior()
DMediaOutputController.java427 void tryToLaunchInAppRoutingIntent(String routeId, View view) { in tryToLaunchInAppRoutingIntent() method in MediaOutputController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputControllerTest.java397 mMediaOutputController.tryToLaunchInAppRoutingIntent(TEST_DEVICE_1_ID, mDialogLaunchView); in tryToLaunchInAppRoutingIntent_componentNameNotNull_startActivity()