Searched refs:apiType (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
H A D | LogFields.java | 23 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 D | CameraDeviceKey.java | 65 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 D | LocationUsageLogger.java | 210 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 D | B2HGraphicBufferProducer.cpp | 255 HConnectionType apiType; member 259 : producer(p), listener(l), apiType(t) {} in Obituary() 265 (void)dr->disconnect(apiType); in serviceDied()
|