Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java537 return mImpl.mCachedState; in getImplCachedState()
663 mImpl.mCachedState.updateBubbleSuppressedState(bubble); in onBubbleMetadataFlagChanged()
1507 mImpl.mCachedState.setAppBubbleTaskId(key, taskId); in setAppBubbleTaskId()
1643 mImpl.mCachedState.updateBubbleSuppressedState(bubble); in updateBubble()
1659 mImpl.mCachedState.updateBubbleSuppressedState(b); in updateNotNotifyingEntry()
2099 mImpl.mCachedState.update(update);
2303 mImpl.mCachedState.dump(pw); in dump()
2595 private CachedState mCachedState = new CachedState(); field in BubbleController.BubblesImpl
2599 return mCachedState.isBubbleNotificationSuppressedFromShade(key, groupKey); in isBubbleNotificationSuppressedFromShade()
2604 return mCachedState.isBubbleExpanded(key); in isBubbleExpanded()
[all …]