Searched refs:getNameResource (Results 1 – 7 of 7) sorted by relevance
165 public int getNameResource(BluetoothDevice device) { in getNameResource() method in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile213 mConnectableProfiles.get(i).getNameResource(mDevice)); in verifyProfileSwitchTitles()291 when(psp.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_pbap); in pbapProfileStartsEnabled()313 when(psp.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_pbap); in pbapProfileStartsDisabled()333 when(mapProfile.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_map); in mapProfile()354 when(profile.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_a2dp); in addMockA2dpProfile()
80 when(mProfile.getNameResource(any())).thenReturn(R.string.bluetooth_profile_a2dp); in setUp()
65 setNameResource(representation.getNameResource()); in useParametersFrom()97 public int getNameResource() { in getNameResource() method in FilterFxRepresentation
235 pref.setText(profile.getNameResource(mCachedDevice.getDevice())); in createProfilePreference()295 String profileName = context.getString(profile.getNameResource(device.getDevice())); in askDisconnect()
87 pref.setTitle(profile.getNameResource(mCachedDevice.getDevice())); in createProfilePreference()
46 super(context.getText(profile.getNameResource(cachedBluetoothDevice.getDevice()))); in BluetoothProfileLineItem()
426 ((FilterFxRepresentation) representation).getNameResource() == R.string.none; in isNoneFxFilter()