HomeSort by relevance Sort by last modified time
    Searched full:componentclassname (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 435 void addDisabledComponent(String componentClassName, int userId) {
436 modifyUserStateComponents(userId, true, false).disabledComponents.add(componentClassName);
439 void addEnabledComponent(String componentClassName, int userId) {
440 modifyUserStateComponents(userId, false, true).enabledComponents.add(componentClassName);
443 boolean enableComponentLPw(String componentClassName, int userId) {
446 ? state.disabledComponents.remove(componentClassName) : false;
447 changed |= state.enabledComponents.add(componentClassName);
451 boolean disableComponentLPw(String componentClassName, int userId) {
454 ? state.enabledComponents.remove(componentClassName) : false;
455 changed |= state.disabledComponents.add(componentClassName);
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-runtime/2.21/
istack-commons-runtime-2.21.jar 

Completed in 68 milliseconds