Home
last modified time | relevance | path

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

/appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/internal/
DExtensionAppFunctionManagerApi.kt33 import com.android.extensions.appfunctions.AppFunctionManager in <lambda>()
44 private val appFunctionManager: AppFunctionManager by lazy { AppFunctionManager(context) } in <lambda>()
146 @AppFunctionManager.EnabledState in <lambda>()
151 APP_FUNCTION_STATE_DEFAULT -> AppFunctionManager.APP_FUNCTION_STATE_DEFAULT in <lambda>()
152 APP_FUNCTION_STATE_ENABLED -> AppFunctionManager.APP_FUNCTION_STATE_ENABLED in <lambda>()
153 APP_FUNCTION_STATE_DISABLED -> AppFunctionManager.APP_FUNCTION_STATE_DISABLED in <lambda>()
DAppSearchAppFunctionReader.kt42 import com.android.extensions.appfunctions.AppFunctionManager in <lambda>()
216 AppFunctionManager.APP_FUNCTION_STATE_ENABLED -> true in <lambda>()
217 AppFunctionManager.APP_FUNCTION_STATE_DISABLED -> false in <lambda>()
218 AppFunctionManager.APP_FUNCTION_STATE_DEFAULT -> staticMetadata.isEnabledByDefault in <lambda>()
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/metadata/
DAppFunctionRuntimeMetadata.kt22 import com.android.extensions.appfunctions.AppFunctionManager
32 @Document.LongProperty @AppFunctionManager.EnabledState val enabled: Long,
/appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/
DAppFunctionManagerCompat.kt32 import com.android.extensions.appfunctions.AppFunctionManager
196 AppFunctionManager.APP_FUNCTION_STATE_DEFAULT
202 AppFunctionManager.APP_FUNCTION_STATE_ENABLED
208 AppFunctionManager.APP_FUNCTION_STATE_DISABLED
/appfunctions/appfunctions-stubs/src/main/java/com/android/extensions/appfunctions/
DAppFunctionManager.java76 public final class AppFunctionManager { class
113 public AppFunctionManager(@NonNull Context context) { in AppFunctionManager() method in AppFunctionManager
/appfunctions/appfunctions-stubs/api/
Drestricted_current.txt31 …(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public final class AppFunctionManager {
32 ctor public AppFunctionManager(android.content.Context);
36 …setAppFunctionEnabled(String, @com.android.extensions.appfunctions.AppFunctionManager.EnabledState…
42AppFunctionManager.APP_FUNCTION_STATE_DEFAULT, com.android.extensions.appfunctions.AppFunctionMana…