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

  /packages/apps/Email/src/com/android/email/
Controller.java 629 return; // isMessagingController returns false for null, but let's make it clear.
631 if (isMessagingController(account)) {
664 return; // isMessagingController returns false for null, but let's make it clear.
666 if (isMessagingController(account)) {
698 return; // isMessagingController returns false for null, but let's make it clear.
700 if (isMessagingController(account)) {
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageList.java     [all...]

Completed in 22 milliseconds