Home
last modified time | relevance | path

Searched refs:isCustom (Results 1 – 3 of 3) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DFallbackSource.java500 protected boolean isCustom(Integer type) { in isCustom() method in FallbackSource.CommonInflater
516 } else if (isCustom(type)) { in getTypeLabel()
538 protected boolean isCustom(Integer type) { in isCustom() method in FallbackSource.PhoneActionInflater
573 protected boolean isCustom(Integer type) { in isCustom() method in FallbackSource.PhoneActionAltInflater
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DReplyFromAccount.java54 String replyTo, boolean isDefault, boolean isCustom) { in ReplyFromAccount() argument
61 this.isCustomFrom = isCustom; in ReplyFromAccount()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DBaseAccountType.java504 protected boolean isCustom(Integer type) { in isCustom() method in BaseAccountType.CommonInflater
520 } else if (isCustom(type)) { in getTypeLabel()
542 protected boolean isCustom(Integer type) { in isCustom() method in BaseAccountType.PhoneActionInflater
554 protected boolean isCustom(Integer type) { in isCustom() method in BaseAccountType.PhoneActionAltInflater