Searched refs:isInLockedDownShade (Results 1 – 5 of 5) sorted by relevance
108 whenever(nsslController.isInLockedDownShade).thenReturn(false) in setup()135 whenever(nsslController.isInLockedDownShade).thenReturn(true) in testCanDragDownInLockedDownShade()207 whenever(nsslController.isInLockedDownShade).thenReturn(true) in testDragDownAmountDoesntCallOutInLockedDownShade()
177 nsslController.isInLockedDownShade()) && in <lambda>()186 if (nsslController.isInLockedDownShade()) { in <lambda>()270 if (nsslController.isInLockedDownShade()) { in <lambda>()298 if (!nsslController.isInLockedDownShade() || forceApplyAmount) { in <lambda>()
102 public boolean isInLockedDownShade() { in isInLockedDownShade() method in DynamicPrivacyController
1173 if (mDynamicPrivacyController.isInLockedDownShade()) { in hasActiveClearableNotifications()1401 public boolean isInLockedDownShade() {1402 return mDynamicPrivacyController.isInLockedDownShade();
407 && mDynamicPrivacyController.isInLockedDownShade()) { in onExpandClicked()