Searched refs:mRemoteName (Results 1 – 3 of 3) sorted by relevance
158 String mRemoteName = Utils.createRemoteName(this, mDevice); in createConnectionDialogView() local162 mRemoteName)); in createConnectionDialogView()167 String mRemoteName = Utils.createRemoteName(this, mDevice); in createPhonebookDialogView() local171 mRemoteName, mRemoteName)); in createPhonebookDialogView()176 String mRemoteName = Utils.createRemoteName(this, mDevice); in createMapDialogView() local180 mRemoteName, mRemoteName)); in createMapDialogView()185 String mRemoteName = Utils.createRemoteName(this, mDevice); in createSapDialogView() local189 mRemoteName, mRemoteName)); in createSapDialogView()
122 String mRemoteName = device != null ? device.getAliasName() : null; in createRemoteName() local124 if (mRemoteName == null) { in createRemoteName()125 mRemoteName = context.getString(R.string.unknown); in createRemoteName()127 return mRemoteName; in createRemoteName()
145 String mRemoteName = BluetoothPbapService.getRemoteDeviceName(); in createDisplayText() local148 String mMessage2 = getString(R.string.pbap_session_key_dialog_title, mRemoteName); in createDisplayText()