Searched refs:mFormattedAddress (Results 1 – 1 of 1) sorted by relevance
40 private String mFormattedAddress; field in PostalAddress66 postalAddress.mFormattedAddress = cursor.getString(formattedAddressColumn); in fromCursor()76 && mFormattedAddress.equals(((PostalAddress) obj).mFormattedAddress); in equals()83 return mFormattedAddress; in getFormattedAddress()112 L.d(TAG, "The address is: " + TelecomUtils.piiLog(mFormattedAddress)); in getAddressIntent()113 return NavigationUtils.getViewAddressIntent(res, mFormattedAddress); in getAddressIntent()120 L.d(TAG, "The address is: " + TelecomUtils.piiLog(mFormattedAddress)); in getNavigationIntent()121 return NavigationUtils.getNavigationIntent(res, mFormattedAddress); in getNavigationIntent()133 dest.writeString(mFormattedAddress); in writeToParcel()145 postalAddress.mFormattedAddress = source.readString();