Home
last modified time | relevance | path

Searched refs:APP_FUNCTION_STATE_ENABLED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/appfunctions/src/android/app/appfunctions/
DAppFunctionRuntimeMetadataTest.kt20 import android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_ENABLED
123 …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()
/frameworks/base/libs/appfunctions/java/com/android/extensions/appfunctions/
DAppFunctionManager.java55 public static final int APP_FUNCTION_STATE_ENABLED = 1; field in AppFunctionManager
72 APP_FUNCTION_STATE_ENABLED,
/frameworks/base/core/java/android/app/appfunctions/
DAppFunctionRuntimeMetadata.java21 import static android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_ENABLED;
218 && enabledState != APP_FUNCTION_STATE_ENABLED in setEnabled()
DAppFunctionManagerHelper.java20 import static android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_ENABLED;
182 return enabled == APP_FUNCTION_STATE_ENABLED; in getEffectiveEnabledStateFromSearchResults()
DAppFunctionManager.java103 public static final int APP_FUNCTION_STATE_ENABLED = 1; field in AppFunctionManager
123 APP_FUNCTION_STATE_ENABLED,
/frameworks/base/libs/appfunctions/api/
Dcurrent.txt33 field public static final int APP_FUNCTION_STATE_ENABLED = 1; // 0x1
/frameworks/base/core/api/
Dcurrent.txt8911 field public static final int APP_FUNCTION_STATE_ENABLED = 1; // 0x1