Home
last modified time | relevance | path

Searched refs:apiType (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DLogFields.java23 private final int apiType; field in LogFields
37 public LogFields(int apiType, int uriType, boolean callerIsSyncAdapter, long startNanos) { in LogFields() argument
38 this.apiType = apiType; in LogFields()
45 return apiType; in getApiType()
73 private int apiType; field in LogFields.Builder
88 public Builder setApiType(int apiType) { in setApiType() argument
89 this.apiType = apiType; in setApiType()
124 LogFields logFields = new LogFields(apiType, uriType, callerIsSyncAdapter, startNanos); in build()
/aosp12/packages/apps/Camera2/src/com/android/camera/device/
H A DCameraDeviceKey.java65 public CameraDeviceKey(ApiType apiType, CameraId cameraId) { in CameraDeviceKey() argument
66 mApiType = apiType; in CameraDeviceKey()
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/
H A DLocationUsageLogger.java210 int apiType, boolean hasListener, boolean hasIntent) { in getCallbackType() argument
211 if (apiType == LocationStatsEnums.API_SEND_EXTRA_COMMAND) { in getCallbackType()
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A DB2HGraphicBufferProducer.cpp255 HConnectionType apiType; member
259 : producer(p), listener(l), apiType(t) {} in Obituary()
265 (void)dr->disconnect(apiType); in serviceDied()