Home
last modified time | relevance | path

Searched refs:setCached (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java310 mBrowseTree.mNowPlayingNode.setCached(false); in onBrowsingDisconnected()
311 mBrowseTree.mRootNode.setCached(false); in onBrowsingDisconnected()
407 mBrowseTree.mNowPlayingNode.setCached(false); in nowPlayingContentChanged()
590 mBrowseTree.mNowPlayingNode.setCached(false); in processMessage()
752 mBrowseTree.mRootNode.setCached(false); in processAvailablePlayerChanged()
823 mBrowseNode.setCached(true); in processMessage()
897 mBrowseTree.mNowPlayingNode.setCached(false); in processMessage()
913 rootNode.setCached(true); in processMessage()
930 mBrowseNode.setCached(true); in processMessage()
1026 mNextStep.setCached(true); in navigateToFolderOrRetrieve()
[all …]
H A DBrowseTree.java77 mRootNode.setCached(true); in BrowseTree()
277 synchronized void setCached(boolean cached) { in setCached() method in BrowseTree.BrowseNode
414 mRootNode.setCached(false); in setCurrentAddressedPlayer()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java479 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testNotificationOpened()
541 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testConversationIsNotRecentIfCustomized()
641 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testGetConversationReturnsCustomizedConversation()
662 shortcut.setCached(ShortcutInfo.FLAG_PINNED); in testGetConversation()
696 shortcut.setCached(ShortcutInfo.FLAG_PINNED); in testOnNotificationChannelModified()
731 shortcut.setCached(ShortcutInfo.FLAG_PINNED); in testGetConversation_demoted()
752 shortcut.setCached(ShortcutInfo.FLAG_PINNED); in testGetConversationGetsPersonsData()
773 shortcut.setCached(ShortcutInfo.FLAG_PINNED); in testIsConversation()
789 shortcut.setCached(ShortcutInfo.FLAG_PINNED); in testIsConversation_demoted()
1198 shortcut.setCached(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in testGetRecentConversations()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DOomAdjuster.java1449 mState.setCached(false); in onVisibleActivity()
1475 mState.setCached(false); in onPausedActivity()
1508 mState.setCached(false); in onStoppingActivity()
1562 state.setCached(false); in computeOomAdjLSP()
1710 state.setCached(true); in computeOomAdjLSP()
1748 state.setCached(false); in computeOomAdjLSP()
1758 state.setCached(false); in computeOomAdjLSP()
1788 state.setCached(false); in computeOomAdjLSP()
1803 state.setCached(false); in computeOomAdjLSP()
1824 state.setCached(false); in computeOomAdjLSP()
[all …]
H A DProcessStateRecord.java860 void setCached(boolean cached) { in setCached() method in ProcessStateRecord
H A DActivityManagerService.java4404 app.mState.setCached(false); in attachApplicationLocked()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
H A DFakeImageResource.java38 public void setCached(final boolean cached) { in setCached() method in FakeImageResource
H A DMediaResourceManagerTest.java161 resource.setCached(true); in createAssertListener()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h172 void setCached() { in setCached() function
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp143 dicNode.setCached(); in expandCurrentDicNodes()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DMockingOomAdjusterTests.java591 app.mState.setCached(false); in testUpdateOomAdj_DoOne_NonCachedToCached()
2003 app.mState.setCached(false); in testUpdateOomAdj_DoAll_Service_KeepWarmingList()
2016 app2.mState.setCached(false); in testUpdateOomAdj_DoAll_Service_KeepWarmingList()
2034 app.mState.setCached(false); in testUpdateOomAdj_DoAll_Service_KeepWarmingList()
2062 app.mState.setCached(true); in testUpdateOomAdj_DoAll_Service_KeepWarmingList()
2147 state.setCached(cached); in makeProcessRecord()
H A DCacheOomRankerTest.java754 app.mState.setCached(false); in nextProcessRecord()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1777 public void setCached(@ShortcutFlags int cacheFlag) { in setCached() method in ShortcutInfo
/aosp12/frameworks/base/services/
H A Dart-profile8985 HSPLcom/android/server/am/ProcessStateRecord;->setCached(Z)V