Home
last modified time | relevance | path

Searched refs:checkNotNull (Results 1 – 14 of 14) sorted by relevance

/tools/carrier_settings/java/
DCarrierProtoUtils.java65 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/
DApkInfo.java84 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
DCertificationRequirements.java31 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/
DZFile.java820 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 …]
DExtraField.java111 Preconditions.checkNotNull(segments); in getSegments()
143 Preconditions.checkNotNull(rawData); in parseSegments()
190 Preconditions.checkNotNull(segments); in size()
211 Preconditions.checkNotNull(segments); in write()
DFileUseMap.java536 Preconditions.checkNotNull(entry, "entry == null"); in before()
550 Preconditions.checkNotNull(entry, "entry == null"); in after()
DFileUseMapEntry.java103 Preconditions.checkNotNull(store, "store == null"); in makeUsed()
DCentralDirectory.java226 Preconditions.checkNotNull(bytes, "bytes == null"); in makeFromData()
DStoredEntry.java247 Preconditions.checkNotNull( in StoredEntry()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DLittleEndianUtils.java47 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/
DApkCreatorFactory.java19 import static com.google.common.base.Preconditions.checkNotNull;
149 this.nativeLibrariesPackagingMode = checkNotNull(nativeLibrariesPackagingMode); in CreationData()
150 this.noCompressPredicate = checkNotNull(noCompressPredicate); in CreationData()
/tools/metalava/src/test/java/com/android/tools/metalava/model/
DPsiTypeItemAssignabilityTest.kt93 val field1Type = checkNotNull( in <lambda>()
98 val field2Type = checkNotNull( in <lambda>()
/tools/platform-compat/java/android/processor/compat/
DSingleAnnotationProcessor.java100 Preconditions.checkNotNull(packageElement); in process()
101 Preconditions.checkNotNull(enclosingElementName); in process()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiBasedCodebase.kt780 return checkNotNull(project.getService(KotlinUastResolveProviderService::class.java)) in <lambda>()