Searched refs:LIBRARY_PAGE_ALIGNMENT_BYTES (Results 1 – 3 of 3) sorted by relevance
46 public static final short LIBRARY_PAGE_ALIGNMENT_BYTES = 16384; field in Constants
19 import static com.android.apksig.Constants.LIBRARY_PAGE_ALIGNMENT_BYTES;1280 private int mLibraryPageAlignmentBytes = LIBRARY_PAGE_ALIGNMENT_BYTES;
19 import static com.android.apksig.Constants.LIBRARY_PAGE_ALIGNMENT_BYTES;156 int libPageAlignment = LIBRARY_PAGE_ALIGNMENT_BYTES; in sign()