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

  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountType.java 103 protected static class DefinitionException extends Exception {
104 public DefinitionException(String message) {
108 public DefinitionException(String message, Exception inner) {
334 public DataKind addKind(DataKind kind) throws DefinitionException {
336 throw new DefinitionException("null is not a valid mime type");
339 throw new DefinitionException(
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
AccountType.java 281 public DataKind addKind(DataKind kind) throws DefinitionException {
283 throw new DefinitionException("null is not a valid mime type");
286 throw new DefinitionException("mime type '" + kind.mimeType + "' is already registered");
305 protected static class DefinitionException extends Exception {
307 public DefinitionException(String message) {
311 public DefinitionException(String message, Exception inner) {

Completed in 88 milliseconds