Home | History | Annotate | Download | only in companion

Lines Matching defs:mAddress

47     private final String mAddress;
57 mAddress = address;
77 return matchesAddress(mAddress, device)
103 return mAddress;
121 dest.writeString(mAddress);
132 Objects.equals(mAddress, that.mAddress) &&
139 return Objects.hash(mNamePattern, mAddress, mServiceUuids, mServiceUuidMasks);
165 private String mAddress;
186 mAddress = address;
213 mNamePattern, mAddress, mServiceUuid, mServiceUuidMask);