Searched refs:mRemoteName (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPermissionActivity.java | 156 String mRemoteName = Utils.createRemoteName(this, mDevice); in createConnectionDialogView() local 160 mRemoteName)); in createConnectionDialogView() 165 String mRemoteName = Utils.createRemoteName(this, mDevice); in createPhonebookDialogView() local 169 mRemoteName, mRemoteName)); in createPhonebookDialogView() 174 String mRemoteName = Utils.createRemoteName(this, mDevice); in createMapDialogView() local 178 mRemoteName, mRemoteName)); in createMapDialogView() 183 String mRemoteName = Utils.createRemoteName(this, mDevice); in createSapDialogView() local 187 mRemoteName, mRemoteName)); in createSapDialogView()
|
D | Utils.java | 130 String mRemoteName = device != null ? device.getAlias() : null; in createRemoteName() local 132 if (mRemoteName == null) { in createRemoteName() 133 mRemoteName = context.getString(R.string.unknown); in createRemoteName() 135 return mRemoteName; in createRemoteName()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionActivity.java | 156 String mRemoteName = Utils.createRemoteName(this, mDevice); in createConnectionDialogView() local 160 mRemoteName)); in createConnectionDialogView() 165 String mRemoteName = Utils.createRemoteName(this, mDevice); in createPhonebookDialogView() local 169 mRemoteName, mRemoteName)); in createPhonebookDialogView() 174 String mRemoteName = Utils.createRemoteName(this, mDevice); in createMapDialogView() local 178 mRemoteName, mRemoteName)); in createMapDialogView() 183 String mRemoteName = Utils.createRemoteName(this, mDevice); in createSapDialogView() local 187 mRemoteName, mRemoteName)); in createSapDialogView()
|
D | Utils.java | 128 String mRemoteName = device != null ? device.getAlias() : null; in createRemoteName() local 130 if (mRemoteName == null) { in createRemoteName() 131 mRemoteName = context.getString(R.string.unknown); in createRemoteName() 133 return mRemoteName; in createRemoteName()
|