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

  /packages/apps/Email/tests/src/com/android/email/
NotificationControllerTest.java 216 n = mTarget.createNewMessageNotification(a1.mId, b1.mId, m1.mId, 1, 1);
226 n = mTarget.createNewMessageNotification(a1.mId, b1.mId, m1.mId, 2, 2);
250 n = mTarget.createNewMessageNotification(a1.mId, b1.mId, m1.mId, 1, 1);
  /packages/apps/Email/src/com/android/email/
NotificationController.java 412 Notification createNewMessageNotification(long accountId, long mailboxId, long messageId,
702 Notification n = sInstance.createNewMessageNotification(
    [all...]

Completed in 392 milliseconds