Home
last modified time | relevance | path

Searched defs:COMPONENT_ENABLED_STATE_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/proto/android/service/
Dpackage.proto89 COMPONENT_ENABLED_STATE_DEFAULT = 0; enumerator
/frameworks/base/core/java/android/content/pm/
DPackageManager.java630 public static final int COMPONENT_ENABLED_STATE_DEFAULT = 0; field in PackageManager