Searched defs:isSecure (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/surfaceflinger/
H A DLayerDim.h41 virtual bool isSecure() const { return false; } function in class:android::LayerDim
H A DLayerScreenshot.h48 virtual bool isSecure() const { return false; } function in class:android::LayerScreenshot
H A DLayer.h72 virtual bool isSecure() const { return mSecure; } function in class:android::Layer
H A DLayerBase.h194 * isSecure - true if this surface is secure, that is if it prevents
197 virtual bool isSecure() const { return false; } function in class:android::LayerBase
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewProperties.java44 boolean isSecure(); method in interface:KeyguardViewProperties
H A DLockPatternKeyguardViewProperties.java52 public boolean isSecure() { method in class:LockPatternKeyguardViewProperties
53 return mLockPatternUtils.isSecure() || isSimPinSecure();
H A DKeyguardScreenCallback.java49 boolean isSecure(); method in interface:KeyguardScreenCallback
H A DKeyguardViewMediator.java576 && !mKeyguardViewProperties.isSecure() && mKeyguardViewManager.isShowing()) {
777 public boolean isSecure() { method in class:KeyguardViewMediator
778 return mKeyguardViewProperties.isSecure();
1186 if (mShowing && isSecure()) {
1209 if (isSecure() || !ENABLE_INSECURE_STATUS_BAR_EXPAND) {
1213 if (isSecure()) {
1221 + " isSecure=" + isSecure() + " --> flags=0x" + Integer.toHexString(flags));
H A DLockPatternKeyguardView.java338 if (!isSecure()) {
352 public boolean isSecure() {
353 return LockPatternKeyguardView.this.isSecure();
768 if (keyCode == KeyEvent.KEYCODE_MENU && isSecure() && (mMode == Mode.LockScreen)
781 if (!isSecure()) {
821 private boolean isSecure() { method in class:LockPatternKeyguardView
1008 if (!isSecure() || mShowLockBeforeUnlock) {
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java426 return !isSecure() && getLong(DISABLE_LOCKSCREEN_KEY, 0) != 0;
1011 public boolean isSecure() { method in class:LockPatternUtils

Completed in 102 milliseconds