OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendFeedbackIntentUri
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java
150
public final Uri
sendFeedbackIntentUri
;
254
json.put(AccountColumns.SEND_FEEDBACK_INTENT_URI,
sendFeedbackIntentUri
);
347
sendFeedbackIntentUri
= Utils.getValidUri(json
417
sendFeedbackIntentUri
= Utils.getValidUri(cursor.getString(
520
sendFeedbackIntentUri
= in.readParcelable(null);
565
dest.writeParcelable(
sendFeedbackIntentUri
, 0);
627
Objects.equal(
sendFeedbackIntentUri
, other.
sendFeedbackIntentUri
) &&
680
sendFeedbackIntentUri
,
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java
[
all
...]
Completed in 771 milliseconds