Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java50 ScreenshotRequest(int source, boolean hasStatus, boolean hasNav) { in ScreenshotRequest() argument
52 mHasStatusBar = hasStatus; in ScreenshotRequest()
205 public void takeScreenshot(final int screenshotType, final boolean hasStatus, in takeScreenshot() argument
208 ScreenshotRequest screenshotRequest = new ScreenshotRequest(source, hasStatus, hasNav); in takeScreenshot()
230 public void takeScreenshot(final int screenshotType, final boolean hasStatus, in takeScreenshot() argument
233 takeScreenshot(screenshotType, hasStatus, hasNav, SCREENSHOT_TIMEOUT_MS, handler, in takeScreenshot()
260 public void takeScreenshot(final int screenshotType, final boolean hasStatus, in takeScreenshot() argument
263 ScreenshotRequest screenshotRequest = new ScreenshotRequest(SCREENSHOT_OTHER, hasStatus, in takeScreenshot()
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
H A DInfoFragment.java58 boolean hasStatus = getArguments().getBoolean(EXTRA_INFO_HAS_STATUS); in updateInfo()
80 if (hasStatus) { in updateInfo()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DDataStatus.java56 final boolean hasStatus = !isNull(cursor, Data.STATUS); in possibleUpdate()
61 if (!hasStatus) return; in possibleUpdate()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DWordListPreference.java95 public boolean hasStatus(final int status) { in hasStatus() method in WordListPreference
H A DDictionarySettingsFragment.java334 && oldPreference.hasStatus(status) in createInstalledDictSettingsCollection()