Searched refs:DexIndexOverflowException (Results 1 – 6 of 6) sorted by relevance
22 public final class DexIndexOverflowException extends DexException { class23 public DexIndexOverflowException(String message) { in DexIndexOverflowException() method in DexIndexOverflowException27 public DexIndexOverflowException(Throwable cause) { in DexIndexOverflowException() method in DexIndexOverflowException
20 import com.android.dex.DexIndexOverflowException;52 } catch (DexIndexOverflowException e) { in main()
20 import com.android.dex.DexIndexOverflowException;49 throw new DexIndexOverflowException(getTooManyMembersMessage()); in orderItems()
20 import com.android.dex.DexIndexOverflowException;87 throw new DexIndexOverflowException( in writeHeaderPart()
20 import com.android.dex.DexIndexOverflowException;111 throw new DexIndexOverflowException("Cannot merge new index " + newIndex + in jumboCheck()
25 import com.android.dex.DexIndexOverflowException;423 throw new DexIndexOverflowException("type ID not in [0, 0xffff]: " + newIndex); in mergeTypeIds()466 throw new DexIndexOverflowException("proto ID not in [0, 0xffff]: " + newIndex); in mergeProtoIds()489 throw new DexIndexOverflowException("field ID not in [0, 0xffff]: " + newIndex); in mergeFieldIds()512 throw new DexIndexOverflowException( in mergeMethodIds()