/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpControllerStateMachine.java | 310 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 D | BrowseTree.java | 77 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 D | DataManagerTest.java | 479 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 D | OomAdjuster.java | 1449 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 D | ProcessStateRecord.java | 860 void setCached(boolean cached) { in setCached() method in ProcessStateRecord
|
H A D | ActivityManagerService.java | 4404 app.mState.setCached(false); in attachApplicationLocked()
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/ |
H A D | FakeImageResource.java | 38 public void setCached(final boolean cached) { in setCached() method in FakeImageResource
|
H A D | MediaResourceManagerTest.java | 161 resource.setCached(true); in createAssertListener()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
H A D | dic_node.h | 172 void setCached() { in setCached() function
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
H A D | suggest.cpp | 143 dicNode.setCached(); in expandCurrentDicNodes()
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | MockingOomAdjusterTests.java | 591 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 D | CacheOomRankerTest.java | 754 app.mState.setCached(false); in nextProcessRecord()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutInfo.java | 1777 public void setCached(@ShortcutFlags int cacheFlag) { in setCached() method in ShortcutInfo
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 8985 HSPLcom/android/server/am/ProcessStateRecord;->setCached(Z)V
|