Searched refs:mRemoteName (Results 1 – 2 of 2) sorted by relevance
162 String mRemoteName = Utils.createRemoteName(this, mDevice); in createConnectionDialogView() local166 mRemoteName, mRemoteName)); in createConnectionDialogView()171 String mRemoteName = Utils.createRemoteName(this, mDevice); in createPhonebookDialogView() local175 mRemoteName, mRemoteName)); in createPhonebookDialogView()180 String mRemoteName = Utils.createRemoteName(this, mDevice); in createMapDialogView() local184 mRemoteName, mRemoteName)); in createMapDialogView()189 String mRemoteName = Utils.createRemoteName(this, mDevice); in createSapDialogView() local194 mRemoteName, mRemoteName, tm.getLine1Number())); in createSapDialogView()
133 String mRemoteName = device != null ? device.getAlias() : null; in createRemoteName() local135 if (mRemoteName == null) { in createRemoteName()136 mRemoteName = context.getString(R.string.unknown); in createRemoteName()138 return mRemoteName; in createRemoteName()