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

  /build/tools/droiddoc/src/
ThrowsTagInfo.java 61 public TypeInfo exceptionType()
75 if (tags[i].exceptionType() != null) {
76 tags[i].exceptionType().makeHDF(data, base + "." + i + ".type");
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 118 * @param exceptionType {@code non-null;} type of exception handled
121 public void set(int n, CstType exceptionType, int handler) {
122 set0(n, new Entry(exceptionType, handler));
169 private final CstType exceptionType;
177 * @param exceptionType {@code non-null;} type of exception handled
180 public Entry(CstType exceptionType, int handler) {
185 if (exceptionType == null) {
186 throw new NullPointerException("exceptionType == null");
190 this.exceptionType = exceptionType;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 236 int exceptionType = me.getExceptionType();
238 if (exceptionType == MessagingException.SECURITY_POLICIES_REQUIRED) {
245 switch (exceptionType) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 180 milliseconds