Home
last modified time | relevance | path

Searched refs:sendFeedbackIntentUri (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java153 public final Uri sendFeedbackIntentUri; field in Account
282 json.put(AccountColumns.SEND_FEEDBACK_INTENT_URI, sendFeedbackIntentUri); in serialize()
408 sendFeedbackIntentUri = Utils.getValidUri(json in Account()
483 sendFeedbackIntentUri = Utils.getValidUri(cursor.getString( in Account()
613 sendFeedbackIntentUri = in.readParcelable(null); in Account()
662 dest.writeParcelable(sendFeedbackIntentUri, 0); in writeToParcel()
729 Objects.equal(sendFeedbackIntentUri, other.sendFeedbackIntentUri) && in equals()
785 sendFeedbackIntentUri, in hashCode()
946 map.put(AccountColumns.SEND_FEEDBACK_INTENT_URI, sendFeedbackIntentUri); in getValueMap()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java642 sendFeedback(activity, account.sendFeedbackIntentUri, reportingProblem); in sendFeedback()