Home
last modified time | relevance | path

Searched refs:surfaceType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoSurfaceTextureImpl.java37 @SurfaceType private final int surfaceType; field in VideoSurfaceTextureImpl
48 public VideoSurfaceTextureImpl(boolean isPixel2017, @SurfaceType int surfaceType) { in VideoSurfaceTextureImpl() argument
50 this.surfaceType = surfaceType; in VideoSurfaceTextureImpl()
61 return surfaceType; in getSurfaceType()
180 (surfaceType == SURFACE_TYPE_LOCAL ? "local, " : "remote, "), in toString()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DMeasurementAttributionStats.java163 public @NonNull MeasurementAttributionStats.Builder setSurfaceType(int surfaceType) { in setSurfaceType() argument
164 mBuilding.mSurfaceType = surfaceType; in setSurfaceType()
DMeasurementRegistrationResponseStats.java257 int surfaceType, in Builder() argument
274 mSurfaceType = surfaceType; in Builder()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/cobalt/
DMeasurementCobaltLogger.java160 int surfaceType, in logRegistrationStatus() argument
177 surfaceType, in logRegistrationStatus()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdServicesLoggerImplTest.java341 int surfaceType = in testLogMsmtRegistrationResponseSize() local
353 surfaceType, in testLogMsmtRegistrationResponseSize()
366 surfaceType, in testLogMsmtRegistrationResponseSize()
390 expect.that(loggedStats.getSurfaceType()).isEqualTo(surfaceType); in testLogMsmtRegistrationResponseSize()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/cobalt/
DMeasurementCobaltLoggerTest.java458 int surfaceType, in verifyLoggedEvent() argument
469 surfaceType, sourceTriggerType, statusEvent, region, enrollment)); in verifyLoggedEvent()