Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java162 public boolean isProfileReady() { in isProfileReady() method in BluetoothPairingController
163 return mPbapClientProfile != null && mPbapClientProfile.isProfileReady(); in isProfileReady()
DBluetoothPairingDialogFragment.java242 contactSharing.setVisibility(mPairingController.isProfileReady() in createPinEntryView()
333 mPairingController.isProfileReady() ? View.GONE : View.VISIBLE); in createView()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java284 when(controller.isProfileReady()).thenReturn(false); in dialogShowsContactSharingCheckboxWhenBluetoothProfileNotReady()
302 when(controller.isProfileReady()).thenReturn(true); in dialogHidesContactSharingCheckboxWhenBluetoothProfileIsReady()
DBluetoothDetailsProfilesControllerTest.java155 public boolean isProfileReady() { in isProfileReady() method in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile