HomeSort by relevance Sort by last modified time
    Searched refs:sendFeedbackIntentUri (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 153 public final Uri sendFeedbackIntentUri;
282 json.put(AccountColumns.SEND_FEEDBACK_INTENT_URI, sendFeedbackIntentUri);
408 sendFeedbackIntentUri = Utils.getValidUri(json
483 sendFeedbackIntentUri = Utils.getValidUri(cursor.getString(
613 sendFeedbackIntentUri = in.readParcelable(null);
662 dest.writeParcelable(sendFeedbackIntentUri, 0);
729 Objects.equal(sendFeedbackIntentUri, other.sendFeedbackIntentUri) &&
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 637 sendFeedback(activity, account.sendFeedbackIntentUri, reportingProblem);
    [all...]

Completed in 281 milliseconds