/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | LocalBluetoothProfile.java | 61 int getProfileId(); in getProfileId() method
|
H A D | OppProfile.java | 67 public int getProfileId() { in getProfileId() method in OppProfile
|
H A D | CachedBluetoothDevice.java | 217 setProfileConnectedStatus(profile.getProfileId(), false); in onProfileStateChanged() 220 mHandler.removeMessages(profile.getProfileId()); in onProfileStateChanged() 223 mHandler.sendEmptyMessageDelayed(profile.getProfileId(), in onProfileStateChanged() 227 if (mHandler.hasMessages(profile.getProfileId())) { in onProfileStateChanged() 228 mHandler.removeMessages(profile.getProfileId()); in onProfileStateChanged() 232 if (mHandler.hasMessages(profile.getProfileId())) { in onProfileStateChanged() 233 mHandler.removeMessages(profile.getProfileId()); in onProfileStateChanged() 246 setProfileConnectedStatus(profile.getProfileId(), true); in onProfileStateChanged()
|
H A D | PbapServerProfile.java | 77 public int getProfileId() { in getProfileId() method in PbapServerProfile
|
H A D | HidDeviceProfile.java | 92 public int getProfileId() { in getProfileId() method in HidDeviceProfile
|
H A D | PanProfile.java | 72 public int getProfileId() { in getProfileId() method in PanProfile
|
H A D | VolumeControlProfile.java | 182 public int getProfileId() { in getProfileId() method in VolumeControlProfile
|
H A D | HidProfile.java | 83 public int getProfileId() { in getProfileId() method in HidProfile
|
H A D | SapProfile.java | 94 public int getProfileId() { in getProfileId() method in SapProfile
|
H A D | MapClientProfile.java | 95 public int getProfileId() { in getProfileId() method in MapClientProfile
|
H A D | PbapClientProfile.java | 99 public int getProfileId() { in getProfileId() method in PbapClientProfile
|
H A D | A2dpSinkProfile.java | 88 public int getProfileId() { in getProfileId() method in A2dpSinkProfile
|
H A D | HfpClientProfile.java | 95 public int getProfileId() { in getProfileId() method in HfpClientProfile
|
H A D | CsipSetCoordinatorProfile.java | 149 public int getProfileId() { in getProfileId() method in CsipSetCoordinatorProfile
|
H A D | MapProfile.java | 96 public int getProfileId() { in getProfileId() method in MapProfile
|
H A D | HeadsetProfile.java | 96 public int getProfileId() { in getProfileId() method in HeadsetProfile
|
H A D | HapClientProfile.java | 282 public int getProfileId() { in getProfileId() method in HapClientProfile
|
H A D | HearingAidProfile.java | 129 public int getProfileId() { in getProfileId() method in HearingAidProfile
|
H A D | LeAudioProfile.java | 110 public int getProfileId() { in getProfileId() method in LeAudioProfile
|
H A D | LocalBluetoothLeBroadcastAssistant.java | 288 public int getProfileId() { in getProfileId() method in LocalBluetoothLeBroadcastAssistant
|
H A D | A2dpProfile.java | 99 public int getProfileId() { in getProfileId() method in A2dpProfile
|
H A D | LocalBluetoothProfileManager.java | 413 mProfile.getProfileId()); in onReceiveInternal() 418 mProfile.getProfileId()); in onReceiveInternal()
|
/aosp14/frameworks/base/telephony/java/android/telephony/data/ |
H A D | DataProfile.java | 121 public int getProfileId() { in getProfileId() method in DataProfile 123 return mApnSetting.getProfileId(); in getProfileId()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDeviceTest.java | 100 when(mHfpProfile.getProfileId()).thenReturn(BluetoothProfile.HEADSET); in setUp() 102 when(mA2dpProfile.getProfileId()).thenReturn(BluetoothProfile.A2DP); in setUp() 104 when(mPanProfile.getProfileId()).thenReturn(BluetoothProfile.PAN); in setUp() 106 when(mHearingAidProfile.getProfileId()).thenReturn(BluetoothProfile.HEARING_AID); in setUp() 108 when(mLeAudioProfile.getProfileId()).thenReturn(BluetoothProfile.LE_AUDIO); in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BluetoothControllerImpl.java | 171 profileIds.add(String.valueOf(profile.getProfileId())); in getDeviceProfilesString() 324 int profileId = profile.getProfileId(); in updateAudioProfile()
|