Searched refs:canTakeScreenshotLocked (Results 1 – 4 of 4) sorted by relevance
709 when(mMockSecurityPolicy.canTakeScreenshotLocked(mServiceConnection)).thenReturn(false); in takeScreenshot_withoutCapability_throwSecurityException()717 when(mMockSecurityPolicy.canTakeScreenshotLocked(mServiceConnection)).thenReturn(true); in takeScreenshot_NoA11yAccess_returnErrorCode()731 when(mMockSecurityPolicy.canTakeScreenshotLocked(mServiceConnection)).thenReturn(true); in takeScreenshot_invalidDisplay_returnErrorCode()
415 assertTrue(mA11ySecurityPolicy.canTakeScreenshotLocked(mMockA11yServiceConnection)); in canTakeScreenshot_hasCapability_returnTrue()
345 public boolean canTakeScreenshotLocked( in canTakeScreenshotLocked() method in AccessibilitySecurityPolicy
997 if (!mSecurityPolicy.canTakeScreenshotLocked(this)) { in takeScreenshot()