Home
last modified time | relevance | path

Searched refs:isProfileReady (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java147 public boolean isProfileReady() { in isProfileReady() method in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile
292 when(psp.isProfileReady()).thenReturn(true); in pbapProfileStartsEnabled()
315 when(psp.isProfileReady()).thenReturn(true); in pbapProfileStartsDisabled()
336 when(mapProfile.isProfileReady()).thenReturn(true); in mapProfile()
362 when(profile.isProfileReady()).thenReturn(true); in addMockA2dpProfile()
DBluetoothPairingDialogTest.java283 when(controller.isProfileReady()).thenReturn(false); in dialogShowsContactSharingCheckboxWhenBluetoothProfileNotReady()
301 when(controller.isProfileReady()).thenReturn(true); in dialogHidesContactSharingCheckboxWhenBluetoothProfileIsReady()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java152 public boolean isProfileReady() { in isProfileReady() method in BluetoothPairingController
153 return mPbapClientProfile != null && mPbapClientProfile.isProfileReady(); in isProfileReady()
DBluetoothPairingDialogFragment.java233 contactSharing.setVisibility(mPairingController.isProfileReady() in createPinEntryView()
332 mPairingController.isProfileReady() ? View.GONE : View.VISIBLE); in createView()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java164 public boolean isProfileReady() { in isProfileReady() method in BluetoothPairingController
165 return mPbapClientProfile != null && mPbapClientProfile.isProfileReady(); in isProfileReady()
DBluetoothDetailsProfilesController.java230 if (a2dp.isProfileReady() && a2dp.supportsHighQualityAudio(device)) { in maybeAddHighQualityAudioPref()
273 if (!profile.isProfileReady()) { in refresh()
DBluetoothPairingDialogFragment.java243 contactSharing.setVisibility(mPairingController.isProfileReady() in createPinEntryView()
335 mPairingController.isProfileReady() ? View.GONE : View.VISIBLE); in createView()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothBondedDevicesPreferenceControllerTest.java355 public boolean isProfileReady() { in isProfileReady() method in BluetoothBondedDevicesPreferenceControllerTest.TestLocalBluetoothProfile