Searched refs:mDisabledIconResid (Results 1 - 2 of 2) sorted by relevance

/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DGlobalActions.java333 private final int mDisabledIconResid; field in class:GlobalActions.ToggleAction
351 mDisabledIconResid = disabledIconResid;
371 (mOn ? mEnabledIconResId : mDisabledIconResid)));
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DGlobalActions.java429 protected int mDisabledIconResid; field in class:GlobalActions.ToggleAction
447 mDisabledIconResid = disabledIconResid;
478 (on ? mEnabledIconResId : mDisabledIconResid)));

Completed in 60 milliseconds