Searched refs:mKeyguardOccludedStates (Results 1 – 3 of 3) sorted by relevance
385 SparseArray<Boolean> mKeyguardOccludedStates = new SparseArray<>(); field in ActivityManagerState.KeyguardControllerState391 mKeyguardOccludedStates.append(proto.keyguardOccludedStates[i].displayId, in KeyguardControllerState()398 if (mKeyguardOccludedStates.get(displayId) != null) { in isKeyguardOccluded()399 return mKeyguardOccludedStates.get(displayId); in isKeyguardOccluded()
861 SparseArray<Boolean> mKeyguardOccludedStates = new SparseArray<>(); field in ActivityManagerState.KeyguardControllerState868 mKeyguardOccludedStates.append(proto.keyguardOccludedStates[i].displayId, in KeyguardControllerState()875 if (mKeyguardOccludedStates.get(displayId) != null) { in isKeyguardOccluded()876 return mKeyguardOccludedStates.get(displayId); in isKeyguardOccluded()
365 mKeyguardOccludedStates.size()); in testNoLeakOnExternalDisplay()