/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/ |
D | BlockFileReader.java | 189 int actualType = allBlockBuffer.getInt(); in getBlock() local 190 if (actualType != blockInfo.getType()) { in getBlock() 192 "Expected type=" + blockInfo.getType() + ", but was " + actualType); in getBlock() 197 return new Block(actualId, actualType, blockDataBytes); in getBlock()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/validation/types/ |
D | ParceledArray.kt | 64 actualType = invalid::class, in validate() 78 actualType = value::class, in validate()
|
D | IntentOrUri.kt | 55 actualType = value::class, in validate()
|
D | SimpleValue.kt | 53 actualType = value::class, in validate()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/validation/ |
D | Findings.kt | 81 val actualType: KClass<*>, constant in com.android.intentresolver.validation.WrongElementType 97 val actualType: KClass<*>, constant in com.android.intentresolver.validation.ValueIsWrongType
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/validation/types/ |
D | ParceledArrayTest.kt | 64 actualType = Point::class, in wrongElementType() 112 actualType = Int::class, in wrongType()
|
D | IntentOrUriTest.kt | 104 actualType = Int::class, in wrongType_required() 126 actualType = Int::class, in wrongType_optional()
|
D | SimpleValueTest.kt | 58 actualType = String::class, in wrongType()
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | BlockingUserLifecycleListener.java | 216 Integer actualType = event.getEventType(); in onEvent() local 217 boolean removed = mExpectedEventTypesLeft.remove(actualType); in onEvent()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | UserHalService.java | 611 int actualType = response.associations[i].type; in getUserAssociation() local 612 if (actualType != expectedType) { in getUserAssociation() 618 UserIdentificationAssociationType.class, actualType)); in getUserAssociation() 744 int actualType = response.associations[i].type; in handleOnUserIdentificationAssociation() local 745 if (actualType != expectedType) { in handleOnUserIdentificationAssociation() 752 actualType)); in handleOnUserIdentificationAssociation()
|
/packages/apps/TV/libs/ |
D | truth-0.45.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 4572 final String actualType = MimeUtils.extractPrimaryType( in ensureFileColumns() local 4574 if (!Objects.equals(expectedType, actualType)) { in ensureFileColumns() 4575 throw new IllegalArgumentException("Placement of " + actualType in ensureFileColumns()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | ConnectivityServiceTest.java | 2629 final int actualType = intent.getIntExtra(EXTRA_NETWORK_TYPE, -1); 2631 return type == actualType
|
/packages/apps/TV/libs/m2/ |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |