Home | History | Annotate | Download | only in btservice

Lines Matching defs:mAlias

106         private String mAlias;
168 * @return the mAlias
172 return mAlias;
177 * @param mAlias the mAlias to set
179 void setAlias(String mAlias) {
182 AbstractionLayer.BT_PROPERTY_REMOTE_FRIENDLY_NAME, mAlias.getBytes());
265 if (device.mAlias != null) {
266 System.arraycopy(val, 0, device.mAlias, 0, val.length);
269 device.mAlias = new String(val);