Searched refs:isGetNameAddressOnly (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java386 if (!mConnection.isGetNameAddressOnly()) {
423 if (!mConnection.isGetNameAddressOnly()) {
441 if (!mConnection.isGetNameAddressOnly()) {
511 public boolean isGetNameAddressOnly() { method in class:BluetoothManagerService.BluetoothServiceConnection
600 if (mConnection.isGetNameAddressOnly()) {
611 if (mConnection.isGetNameAddressOnly()) {
697 if (mConnection.isGetNameAddressOnly()) {
773 if (!mConnection.isGetNameAddressOnly()) {
887 if (mConnection.isGetNameAddressOnly()) {
929 if ((mBluetooth != null) && (!mConnection.isGetNameAddressOnly())) {
[all...]

Completed in 51 milliseconds