Home
last modified time | relevance | path

Searched defs:blockId (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
H A DBlockFileReader.java138 public BlockInfo getBlockInfo(int blockId) { in getBlockInfo()
144 public Block getBlock(int blockId) throws IOException { in getBlock()
/aosp12/packages/apps/Dialer/java/com/android/dialer/blocking/
H A DBlockNumberDialogFragment.java62 Integer blockId, in show()
79 Integer blockId, in newInstance()
/aosp12/packages/modules/GeoTZ/s2storage/tools/src/java/com/android/timezone/location/tools/dump/
H A DDumpUtils.java44 public static File generateDumpFile(File dir, String filePrefix, int blockId, int maxBlockId) { in generateDumpFile()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DBlockReportSpamListener.java153 final Integer blockId) { in onUnblock()
H A DCallLogListItemViewHolder.java200 public Integer blockId; field in CallLogListItemViewHolder
1343 Integer blockId); in onUnblock()
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/block/write/
H A DBlockFileWriter.java82 int blockId = mBlockInfos.size(); in addBlock() local
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
H A DTzS2RangeFileReader.java92 int blockId = prefix + mFileFormat.getSuffixTableBlockIdOffset(); in initialize() local
/aosp12/frameworks/base/core/java/android/util/apk/
H A DApkSigningBlockUtils.java69 static SignatureInfo findSignature(RandomAccessFile apk, int blockId) in findSignature()
751 static ByteBuffer findApkSignatureSchemeBlock(ByteBuffer apkSigningBlock, int blockId) in findApkSignatureSchemeBlock()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java255 int blockId = inputStream.readInt(); in getTotalDataSizeLocked() local