Home
last modified time | relevance | path

Searched refs:getShowInSettings (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserPropertiesTest.java202 assertEqualGetterOrThrows(orig::getShowInSettings, copy::getShowInSettings, in verifyTestCopyLacksPermissions()
261 assertThat(expected.getShowInSettings()).isEqualTo(actual.getShowInSettings()); in assertUserPropertiesEquals()
DUserManagerServiceUserTypeTest.java174 assertEquals(900, type.getDefaultUserPropertiesReference().getShowInSettings()); in testUserTypeBuilder_createUserType()
383 assertEquals(20, aospType.getDefaultUserPropertiesReference().getShowInSettings()); in testUserTypeFactoryCustomize_profile()
440 assertEquals(23, aospType.getDefaultUserPropertiesReference().getShowInSettings()); in testUserTypeFactoryCustomize_profile()
DUserManagerTest.java1051 assertThat(userProps.getShowInSettings()).isEqualTo(typeProps.getShowInSettings()); in testUserProperties()
/frameworks/base/core/java/android/content/pm/
DUserProperties.java543 setShowInSettings(orig.getShowInSettings()); in UserProperties()
623 public @ShowInSettings int getShowInSettings() { in getShowInSettings() method in UserProperties
1060 + ", mShowInSettings=" + getShowInSettings() in toString()
1093 pw.println(prefix + " mShowInSettings=" + getShowInSettings()); in println()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1750 return userProperties.getShowInSettings() in shouldShowInPersonalTab()