Searched refs:AppFunctionManager (Results 1 – 6 of 6) sorted by relevance
33 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>()
42 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>()
22 import com.android.extensions.appfunctions.AppFunctionManager32 @Document.LongProperty @AppFunctionManager.EnabledState val enabled: Long,
32 import com.android.extensions.appfunctions.AppFunctionManager196 AppFunctionManager.APP_FUNCTION_STATE_DEFAULT202 AppFunctionManager.APP_FUNCTION_STATE_ENABLED208 AppFunctionManager.APP_FUNCTION_STATE_DISABLED
76 public final class AppFunctionManager { class113 public AppFunctionManager(@NonNull Context context) { in AppFunctionManager() method in AppFunctionManager
31 …(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…42 …AppFunctionManager.APP_FUNCTION_STATE_DEFAULT, com.android.extensions.appfunctions.AppFunctionMana…