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

  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 157 private boolean hasSettings;
178 hasSettings = enable;
234 appRestrictionsSettings.setVisibility(hasSettings ? View.VISIBLE : View.GONE);
236 hasSettings ? View.VISIBLE : View.GONE);
677 final boolean hasSettings = resolveInfoListHasPackage(receivers, packageName);
686 p.setSettingsEnabled(hasSettings || isSettingsApp);
701 if (!hasSettings && !isSettingsApp) continue;
705 if (hasSettings) {
787 if (pref.isChecked() && pref.hasSettings
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 529 final int hasSettings = in.readInt();
530 if (hasSettings == 0) {
    [all...]

Completed in 2058 milliseconds