Searched refs:providerType (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | Metrics.java | 300 @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 D | RebootEscrowManager.java | 437 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 D | auto-factory-1.0-beta6.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
H A D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 213 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 D | Camera3Device.cpp | 242 std::string providerType; in initialize() local
|