Home | History | Annotate | Download | only in handover

Lines Matching defs:mName

81     final String mName;
106 mName = name;
174 Log.i(TAG, "ACTION_DISCONNECT addr=" + mDevice + " name=" + mName);
177 Log.i(TAG, "ACTION_CONNECT addr=" + mDevice + " name=" + mName);
205 mName + "...");
216 toast(mContext.getString(R.string.disconnected_headset) + " " + mName);
268 toast(mContext.getString(R.string.connecting_headset) + " " + mName + "...");
280 toast(mContext.getString(R.string.connected_headset) + " " + mName);
284 toast (mContext.getString(R.string.connect_headset_failed) + " " + mName);
293 toast(mContext.getString(R.string.pairing_headset) + " " + mName + "...");
295 toast(mContext.getString(R.string.pairing_headset_failed) + " " + mName);
316 toast(mContext.getString(R.string.pairing_headset_failed) + " " + mName);