Home
last modified time | relevance | path

Searched refs:createAppFunctionRuntimeSchema (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/appfunctions/src/com/android/server/appfunctions/
DFutureAppSearchSessionTest.kt20 import android.app.appfunctions.AppFunctionRuntimeMetadata.createAppFunctionRuntimeSchema in <lambda>()
63 createAppFunctionRuntimeSchema(TEST_PACKAGE_NAME), in <lambda>()
81 createAppFunctionRuntimeSchema(TEST_PACKAGE_NAME), in <lambda>()
107 createAppFunctionRuntimeSchema(TEST_PACKAGE_NAME), in <lambda>()
141 createAppFunctionRuntimeSchema(TEST_PACKAGE_NAME), in <lambda>()
173 createAppFunctionRuntimeSchema(TEST_PACKAGE_NAME), in <lambda>()
DFutureGlobalSearchSessionTest.kt19 import android.app.appfunctions.AppFunctionRuntimeMetadata.createAppFunctionRuntimeSchema in <lambda>()
91 createAppFunctionRuntimeSchema(TEST_TARGET_PKG_NAME), in <lambda>()
/frameworks/base/services/tests/appfunctions/src/android/app/appfunctions/
DAppFunctionRuntimeMetadataTest.kt42 AppFunctionRuntimeMetadata.createAppFunctionRuntimeSchema("com.example.app") in testCreateChildRuntimeSchema()
84 AppFunctionRuntimeMetadata.createAppFunctionRuntimeSchema(expectedPackageName) in testGetPackageNameFromSchema()
87 AppFunctionRuntimeMetadata.createAppFunctionRuntimeSchema(expectedPackageName2) in testGetPackageNameFromSchema()
/frameworks/base/core/java/android/app/appfunctions/
DAppFunctionRuntimeMetadata.java98 public static AppSearchSchema createAppFunctionRuntimeSchema(@NonNull String packageName) { in createAppFunctionRuntimeSchema() method in AppFunctionRuntimeMetadata
/frameworks/base/services/appfunctions/java/com/android/server/appfunctions/
DMetadataSyncAdapter.java296 AppFunctionRuntimeMetadata.createAppFunctionRuntimeSchema(packageName)); in getAllRuntimeMetadataSchemas()