Searched refs:getSelectionBehavior (Results 1 – 8 of 8) sorted by relevance
70 public int getSelectionBehavior() { in getSelectionBehavior() method in BluetoothMediaDevice
97 public int getSelectionBehavior() { in getSelectionBehavior() method in PhoneMediaDevice
234 public int getSelectionBehavior() { in getSelectionBehavior() method in MediaDevice236 ? mItem.getSelectionBehavior() : SELECTION_BEHAVIOR_TRANSFER; in getSelectionBehavior()
448 when(mMediaDevice1.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_GO_TO_APP); in subStatusSupported_onBindViewHolder_bindHostDeviceWithOngoingSession_verifyView()474 when(mMediaDevice2.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_GO_TO_APP); in subStatusSupported_onBindViewHolder_bindDeviceRequirePremium_verifyView()498 when(mMediaDevice2.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_NONE); in subStatusSupported_onBindViewHolder_bindDeviceWithAdPlaying_verifyView()522 when(mMediaDevice1.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_GO_TO_APP); in subStatusSupported_onBindViewHolder_bindDeviceWithOngoingSession_verifyView()605 when(mMediaDevice2.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_TRANSFER); in onItemClick_clickDevice_verifyConnectDevice()623 when(mMediaDevice2.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_TRANSFER); in onItemClick_clickDeviceWithSessionOngoing_verifyShowsDialog()
536 switch (device.getSelectionBehavior()) { in getClickListenerBasedOnSelectionBehavior()550 switch (device.getSelectionBehavior()) { in getDeviceStatusIconBasedOnSelectionBehavior()
418 public int getSelectionBehavior() { in getSelectionBehavior() method in RouteListingPreference.Item
518 assertThat(mBluetoothMediaDevice1.getSelectionBehavior()).isEqualTo( in getSelectionBehavior_setItemWithSelectionBehaviorOnSystemRoute_returnTransfer()520 assertThat(mPhoneMediaDevice.getSelectionBehavior()).isEqualTo( in getSelectionBehavior_setItemWithSelectionBehaviorOnSystemRoute_returnTransfer()
24908 method public int getSelectionBehavior();