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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AccountsSettingsFragment.java 282 * @param hasManagedProfile whether the device has work profile.
288 boolean hasManagedProfile,
305 } else if (hasManagedProfile) {
318 if (!managedProfileBeingDetected && !hasManagedProfile) {
  /packages/apps/Settings/src/com/android/settings/
HomeSettings.java 187 boolean mustSupportManagedProfile = hasManagedProfile()
232 private boolean hasManagedProfile() {
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 540 private boolean hasManagedProfile() {
594 if (mResolvingHome && hasManagedProfile() && !supportsManagedProfiles(ri)) {
    [all...]

Completed in 182 milliseconds