Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMetrics.java300 @MetricConsts.Provider int providerType, in logInterProviderFileOps()
305 providerType, MetricConsts.FILEOP_DELETE); in logInterProviderFileOps()
311 providerType, getOpCode(operationType, opProviderType)); in logInterProviderFileOps()
316 @MetricConsts.Provider int providerType = isSystemProvider(authority) in logIntraProviderFileOps() local
319 providerType, getOpCode(operationType, MetricConsts.PROVIDER_INTRA)); in logIntraProviderFileOps()
505 @OpType int operation, @MetricConsts.Provider int providerType) { in getOpCode() argument
508 switch (providerType) { in getOpCode()
517 switch (providerType) { in getOpCode()
526 switch (providerType) { in getOpCode()
535 switch (providerType) { in getOpCode()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java437 int providerType = mInjector.serverBasedResumeOnReboot() in loadRebootEscrowDataWithRetry() local
440 if (providerType != mStorage.getInt(REBOOT_ESCROW_KEY_PROVIDER, -1, USER_SYSTEM)) { in loadRebootEscrowDataWithRetry()
882 String providerType = provider == null ? "null" : String.valueOf(provider.getType()); in dump() local
883 pw.print("RebootEscrowProvider type is " + providerType); in dump()
/aosp12/packages/apps/TV/libs/m2/
H A Dauto-factory-1.0-beta6.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp213 const hidl_string &providerType, in matchDeviceName() argument
217 pattern.appendFormat(kDeviceNameRE, providerType.c_str()); in matchDeviceName()
234 const hidl_string &providerType, std::string* id) { in getCameraDeviceVersionAndId() argument
236 bool match = matchDeviceName(deviceName, providerType, &version, id); in getCameraDeviceVersionAndId()
260 const hidl_string &providerType) { in getCameraDeviceVersion() argument
261 return getCameraDeviceVersionAndId(deviceName, providerType, nullptr); in getCameraDeviceVersion()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp242 std::string providerType; in initialize() local