Home
last modified time | relevance | path

Searched refs:isCached (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DCachingIconView.java224 boolean isCached = mLastResId != 0 in testAndSetCache()
231 return isCached; in testAndSetCache()
242 boolean isCached; in testAndSetCache()
244 isCached = false; in testAndSetCache()
246 isCached = resId == mLastResId && null == mLastPackage; in testAndSetCache()
250 return isCached; in testAndSetCache()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessListener.java57 boolean isCached(); in isCached() method
/frameworks/av/media/module/bqhelper/
DGraphicBufferSource.cpp124 bool isCached() const { in isCached() function
210 bool isCached() const { in isCached() function
211 return mBuffer->isCached(); in isCached()
759 if (!mLatestBuffer.mBuffer->isCached()) { in repeatLatestBuffer_l()
997 if (buffer->isCached()) { in acquireBuffer_l()
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java224 if (shortcutInfo.isLongLived() && !shortcutInfo.isCached()) { in cacheShortcut()
/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java1564 final boolean isCached = uidRec.getCurProcState() in updateUidsLSP()
1566 if (wasCached != isCached in updateUidsLSP()
1568 uidChange |= isCached ? UidRecord.CHANGE_CACHED : in updateUidsLSP()
2758 if (state.isCached() && dryRun) { in computeServiceHostOomAdjLSP()
2848 if (!cstate.isCached()) { in computeServiceHostOomAdjLSP()
2849 if (state.isCached() && dryRun) { in computeServiceHostOomAdjLSP()
3148 if (state.isCached() && !cstate.isCached() && dryRun) {
3603 if (state.isCached() && !state.shouldNotKillOnBgRestrictedAndIdle()) { in applyOomAdjLSP()
3623 state.setSetCached(state.isCached()); in applyOomAdjLSP()
DProcessStateRecord.java918 boolean isCached() { in isCached() method in ProcessStateRecord
1373 pw.print(prefix); pw.print("cached="); pw.print(isCached()); in dump()
DProcessRecord.java1161 public boolean isCached() { in isCached() method in ProcessRecord
1162 return mState.isCached(); in isCached()
DBroadcastProcessQueue.java1302 + ":" + ((app != null) ? app.isCached() : "false")); in updateRunnableAt()
DProcessList.java4692 proto.write(ProcessOomProto.Detail.CACHED, state.isCached());
4838 pw.print("cached="); pw.print(state.isCached());
5498 || !app.isCached() || app.mState.shouldNotKillOnBgRestrictedAndIdle()
DActiveServices.java5971 } else if (clientApp.isCached()) { in getServiceBindingOomAdjPolicyForAddLocked()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java668 if (oldShortcut.isPinned() || oldShortcut.isCached()) { in deleteOrDisableWithId()
880 if (si.isFloating() && !si.isCached()) { in filter()
1428 if (a.isCached() && b.isCached()) {
1446 if (a.isCached()) {
1449 if (b.isCached()) {
2331 if (!(si.isDeclaredInManifest() || si.isDynamic() || si.isPinned() || si.isCached())) { in verifyStates()
DShortcutService.java2057 && si.isDynamic() && (si.isCached() || si.isPinned()),
2507 && si.isDynamic() && (si.isCached() || si.isPinned()),
3089 if (matchCached && si.isCached()) {
3229 && si.isPinned() && !si.isCached() && !si.isDynamic()
3333 if (!si.isDynamic() && !si.isCached()) {
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1903 public boolean isCached() { in isCached() method in ShortcutInfo
1942 return (isPinned() || isCached()) && !(isDynamic() || isManifestShortcut()); in isFloating()
1968 && (isPinned() || isCached() || isDynamic()); in isNonManifestVisible()
1998 || isCached(); in isAlive()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java507 assertFalse(app.mState.isCached()); in testUpdateOomAdj_DoOne_VisibleActivities()
2332 assertEquals(false, app.isCached()); in testUpdateOomAdj_DoAll_BoundFgService_Cycle()
2333 assertEquals(false, app2.isCached()); in testUpdateOomAdj_DoAll_BoundFgService_Cycle()
2334 assertEquals(false, app3.isCached()); in testUpdateOomAdj_DoAll_BoundFgService_Cycle()
3098 assertEquals(expectedCached, state.isCached()); in assertProcStates()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java1112 if (shortcut.isCached()) { in onShortcutsAddedOrUpdated()
/frameworks/base/services/
Dart-profile1000 HSPLcom/android/server/am/ProcessRecord;->isCached()Z
1053 HSPLcom/android/server/am/ProcessStateRecord;->isCached()Z
Dart-wear-profile6820 HPLcom/android/server/am/ProcessRecord;->isCached()Z
6988 HPLcom/android/server/am/ProcessStateRecord;->isCached()Z
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt4745 HSPLandroid/content/pm/ShortcutInfo;->isCached()Z
/frameworks/base/config/
Dboot-image-profile.txt4748 HSPLandroid/content/pm/ShortcutInfo;->isCached()Z
/frameworks/base/core/api/
Dcurrent.txt13565 method public boolean isCached();