Searched refs:sendFeedbackIntentUri (Results 1 – 2 of 2) sorted by relevance
153 public final Uri sendFeedbackIntentUri; field in Account282 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()
642 sendFeedback(activity, account.sendFeedbackIntentUri, reportingProblem); in sendFeedback()