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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 155 public static Uri CONTENT_NOTIFIER_URI;
179 CONTENT_NOTIFIER_URI = Uri.parse("content://" + NOTIFIER_AUTHORITY);
734 Uri.parse(EmailContent.CONTENT_NOTIFIER_URI + "/message");
    [all...]
Account.java 122 NOTIFIER_URI = Uri.parse(EmailContent.CONTENT_NOTIFIER_URI + "/account");
    [all...]

Completed in 645 milliseconds