Searched refs:requestedType (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | TypedProperties.java | 419 TypeException(String property, Object value, String requestedType) { in TypeException() argument 421 ", not " + requestedType); in TypeException()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | InCallController.java | 1681 ComponentName componentName, int requestedType) { in getInCallServiceComponents() argument 1682 return getInCallServiceComponents(packageName, componentName, requestedType, in getInCallServiceComponents() 1687 ComponentName componentName, int requestedType, boolean ignoreDisabled) { in getInCallServiceComponents() argument 1716 if (requestedType == IN_CALL_SERVICE_TYPE_NON_UI) { in getInCallServiceComponents() 1723 if (requestedType == IN_CALL_SERVICE_TYPE_INVALID) { in getInCallServiceComponents() 1726 isRequestedType = requestedType == currentType; in getInCallServiceComponents() 1731 isSelfManageCallsSupported, requestedType)); in getInCallServiceComponents()
|
/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | OMXNodeInstance.cpp | 1015 MetadataBufferType requestedType = type != NULL ? *type : kMetadataBufferTypeANWBuffer; in storeMetaDataInBuffers_l() local 1023 requestedType == kMetadataBufferTypeANWBuffer in storeMetaDataInBuffers_l() 1031 negotiatedType = requestedType; in storeMetaDataInBuffers_l() 1039 requestedType == kMetadataBufferTypeANWBuffer in storeMetaDataInBuffers_l() 1040 ? kMetadataBufferTypeGrallocSource : requestedType; in storeMetaDataInBuffers_l() 1067 asString(requestedType), requestedType, asString(negotiatedType), negotiatedType); in storeMetaDataInBuffers_l()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | dagger-compiler-2.23.jar | java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors
... |