Searched refs:componentState (Results 1 – 4 of 4) sorted by relevance
124 public static String componentStateToString(int componentState) { in componentStateToString() argument126 switch (componentState) { in componentStateToString()137 return String.format("%s ( %d )", componentStateAsString, componentState); in componentStateToString()
80 val componentState = in tryEnableLegacySettingsEntryPoint() constant88 legacySettingsEntryPointComponent, componentState, 0) in tryEnableLegacySettingsEntryPoint()
220 val componentState = pm.getComponentEnabledSetting(compName) in <lambda>() constant222 if (componentState == COMPONENT_ENABLED_STATE_DEFAULT || in <lambda>()223 componentState == COMPONENT_ENABLED_STATE_ENABLED) { in <lambda>()
216 private int convertClusterActivityStateToViewId(int componentState) { in convertClusterActivityStateToViewId() argument217 switch (componentState) { in convertClusterActivityStateToViewId()225 throw new IllegalStateException("Unknown component state: " + componentState); in convertClusterActivityStateToViewId()