Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityTestsBase.java383 doNothing().when(supervisor).updateUIDsPresentOnDisplay(); in createStackSupervisor()
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java979 mService.mStackSupervisor.updateUIDsPresentOnDisplay(); in onParentChanged()
1272 mService.mStackSupervisor.updateUIDsPresentOnDisplay(); in addActivityAtIndex()
DActivityStackSupervisor.java1878 void updateUIDsPresentOnDisplay() { in updateUIDsPresentOnDisplay() method in ActivityStackSupervisor
DActivityStack.java240 mStackSupervisor.updateUIDsPresentOnDisplay(); in onParentChanged()