Searched refs:checkNotNull (Results 1 – 12 of 12) sorted by relevance
/tools/carrier_settings/java/ |
D | CarrierProtoUtils.java | 65 Preconditions.checkNotNull(patch); 82 Preconditions.checkNotNull(base); 83 Preconditions.checkNotNull(patch); 124 Preconditions.checkNotNull(mcs); 125 Preconditions.checkNotNull(name); 147 Preconditions.checkNotNull(allOverlay); 148 Preconditions.checkNotNull(base); 176 Preconditions.checkNotNull(overlay); 177 Preconditions.checkNotNull(base);
|
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/ |
D | ApkInfo.java | 84 checkNotNull(name, Field.NAME.getTag()); in ApkInfo() 85 checkNotNull(fileName, Field.FILE_NAME.getTag()); in ApkInfo() 86 checkNotNull(packageName, Field.PACKAGE_NAME.getTag()); in ApkInfo() 87 checkNotNull(layerName, Field.LAYER_NAME.getTag()); in ApkInfo() 164 private void checkNotNull(Object value, String fieldName) { in checkNotNull() method in ApkInfo
|
D | CertificationRequirements.java | 31 checkNotNull(name, Field.NAME.getTag()); in CertificationRequirements() 66 private void checkNotNull(Object value, String fieldName) { in checkNotNull() method in CertificationRequirements
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZFile.java | 820 Preconditions.checkNotNull(eocdEntry, "eocdEntry == null"); in readCentralDirectory() 821 Preconditions.checkNotNull(eocdEntry.getStore(), "eocdEntry.getStore() == null"); in readCentralDirectory() 912 Preconditions.checkNotNull(b, "b == null"); in directOpen() 954 Preconditions.checkNotNull(mapEntry, "mapEntry == null"); in delete() 1239 Preconditions.checkNotNull(mapEntry); in reAdd() 1329 Preconditions.checkNotNull(raf, "raf == null"); in writeEntry() 1374 Preconditions.checkNotNull(raf, "raf == null"); in computeCentralDirectory() 1408 Preconditions.checkNotNull(raf, "raf == null"); in appendCentralDirectory() 1415 Preconditions.checkNotNull(directoryEntry, "directoryEntry != null"); in appendCentralDirectory() 1418 Preconditions.checkNotNull(newDirectory, "newDirectory != null"); in appendCentralDirectory() [all …]
|
D | ExtraField.java | 111 Preconditions.checkNotNull(segments); in getSegments() 143 Preconditions.checkNotNull(rawData); in parseSegments() 190 Preconditions.checkNotNull(segments); in size() 211 Preconditions.checkNotNull(segments); in write()
|
D | FileUseMap.java | 536 Preconditions.checkNotNull(entry, "entry == null"); in before() 550 Preconditions.checkNotNull(entry, "entry == null"); in after()
|
D | FileUseMapEntry.java | 103 Preconditions.checkNotNull(store, "store == null"); in makeUsed()
|
D | CentralDirectory.java | 226 Preconditions.checkNotNull(bytes, "bytes == null"); in makeFromData()
|
D | StoredEntry.java | 247 Preconditions.checkNotNull( in StoredEntry()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
D | LittleEndianUtils.java | 47 Preconditions.checkNotNull(bytes, "bytes == null"); in readUnsigned4Le() 73 Preconditions.checkNotNull(bytes, "bytes == null"); in readUnsigned2Le() 100 Preconditions.checkNotNull(output, "output == null"); in writeUnsigned4Le() 122 Preconditions.checkNotNull(output, "output == null"); in writeUnsigned2Le()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/ |
D | ApkCreatorFactory.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 149 this.nativeLibrariesPackagingMode = checkNotNull(nativeLibrariesPackagingMode); in CreationData() 150 this.noCompressPredicate = checkNotNull(noCompressPredicate); in CreationData()
|
/tools/platform-compat/java/android/processor/compat/ |
D | SingleAnnotationProcessor.java | 100 Preconditions.checkNotNull(packageElement); in process() 101 Preconditions.checkNotNull(enclosingElementName); in process()
|