Searched refs:APP_FUNCTION_STATE_ENABLED (Results 1 – 7 of 7) sorted by relevance
20 import android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_ENABLED123 …FunctionRuntimeMetadata.Builder("com.pkg", "funcId").setEnabled(APP_FUNCTION_STATE_ENABLED).build() in setEnabled_enabled()125 assertThat(runtimeMetadata.enabled).isEqualTo(APP_FUNCTION_STATE_ENABLED) in setEnabled_enabled()
55 public static final int APP_FUNCTION_STATE_ENABLED = 1; field in AppFunctionManager72 APP_FUNCTION_STATE_ENABLED,
21 import static android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_ENABLED;218 && enabledState != APP_FUNCTION_STATE_ENABLED in setEnabled()
20 import static android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_ENABLED;182 return enabled == APP_FUNCTION_STATE_ENABLED; in getEffectiveEnabledStateFromSearchResults()
103 public static final int APP_FUNCTION_STATE_ENABLED = 1; field in AppFunctionManager123 APP_FUNCTION_STATE_ENABLED,
33 field public static final int APP_FUNCTION_STATE_ENABLED = 1; // 0x1
8911 field public static final int APP_FUNCTION_STATE_ENABLED = 1; // 0x1