Home
last modified time | relevance | path

Searched refs:hideInQuietMode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1667 public boolean hideInQuietMode; field in ApplicationsState.AppEntry
1712 hideInQuietMode = shouldHideInQuietMode(um, info.uid); in AppEntry()
1917 boolean hideInQuietMode) { in refreshAppEntryOnRebuild() argument
2006 if (entry.hideInQuietMode) {
2024 public void refreshAppEntryOnRebuild(@NonNull AppEntry appEntry, boolean hideInQuietMode) {
2025 appEntry.hideInQuietMode = hideInQuietMode;
2103 && !entry.hideInQuietMode;
2109 boolean hideInQuietMode) {
2110 appEntry.hideInQuietMode = hideInQuietMode;
2135 && !entry.hideInQuietMode;
[all …]
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
DApplicationsStateTest.java274 mEntry.hideInQuietMode = true; in testDownloadAndLauncherNotInQuietAcceptsCorrectApps()
280 mEntry.hideInQuietMode = true; in testDownloadAndLauncherNotInQuietAcceptsCorrectApps()
287 mEntry.hideInQuietMode = true; in testDownloadAndLauncherNotInQuietAcceptsCorrectApps()