Searched refs:getSelectionBehavior (Results 1 – 8 of 8) sorted by relevance
76 public int getSelectionBehavior() { in getSelectionBehavior() method in BluetoothMediaDevice
247 public int getSelectionBehavior() { in getSelectionBehavior() method in MediaDevice249 ? mItem.getSelectionBehavior() : SELECTION_BEHAVIOR_TRANSFER; in getSelectionBehavior()
150 public int getSelectionBehavior() { in getSelectionBehavior() method in PhoneMediaDevice
449 when(mMediaDevice1.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_GO_TO_APP); in subStatusSupported_onBindViewHolder_bindHostDeviceWithOngoingSession_verifyView()475 when(mMediaDevice2.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_GO_TO_APP); in subStatusSupported_onBindViewHolder_bindDeviceRequirePremium_verifyView()499 when(mMediaDevice2.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_NONE); in subStatusSupported_onBindViewHolder_bindDeviceWithAdPlaying_verifyView()523 when(mMediaDevice1.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_GO_TO_APP); in subStatusSupported_onBindViewHolder_bindDeviceWithOngoingSession_verifyView()606 when(mMediaDevice2.getSelectionBehavior()).thenReturn(SELECTION_BEHAVIOR_TRANSFER); in onItemClick_clickDevice_verifyConnectDevice()624 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
505 assertThat(mBluetoothMediaDevice1.getSelectionBehavior()).isEqualTo( in getSelectionBehavior_setItemWithSelectionBehaviorOnSystemRoute_returnTransfer()507 assertThat(mPhoneMediaDevice.getSelectionBehavior()).isEqualTo( in getSelectionBehavior_setItemWithSelectionBehaviorOnSystemRoute_returnTransfer()
25014 method public int getSelectionBehavior();