Home
last modified time | relevance | path

Searched defs:isSecure (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/authentication/shared/model/
DAuthenticationMethodModel.java15 private final boolean isSecure = false; field in AuthenticationMethodModel
17 private AuthenticationMethodModel(boolean isSecure) { in AuthenticationMethodModel()
27 public boolean isSecure() { in isSecure() method in AuthenticationMethodModel
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/android/webkit/
H A DRoboCookieManager.java141 private List<Cookie> filter(String domain, boolean isSecure) { in filter()
282 public Cookie(String hostname, boolean isSecure, String cookie, Date expiration) { in Cookie()
317 public boolean isSecure() { in isSecure() method in RoboCookieManager.Cookie
/aosp_15_r20/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowLockPatternUtils.java79 protected boolean isSecure(int userId) { in isSecure() method in ShadowLockPatternUtils
80 Boolean isSecure = sUserToIsSecureMap.get(userId); in isSecure() local
87 public static void setIsSecure(int userId, boolean isSecure) { in setIsSecure()
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DDisplayCreationArgs.h43 bool isSecure = false; member
81 DisplayCreationArgsBuilder& setIsSecure(bool isSecure) { in setIsSecure()
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie.java240 public boolean isSecure() { in isSecure() method in BasicClientCookie
375 private boolean isSecure; field in BasicClientCookie
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DUserRecord.java52 boolean isForeground, Drawable icon, boolean isSecure, boolean isLoggedIn, in UserRecord()
76 OnClickListenerCreatorBase listenerMaker, boolean isSecure, boolean isLoggedIn, in create()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/camera/
H A DCameraGestureHelper.kt147 val isSecure = keyguardStateController.isMethodSecure in getStartCameraIntent() constant
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Decoder.cpp70 scoped_refptr<::base::SequencedTaskRunner> taskRunner, bool isSecure) { in Create()
116 ErrorCB errorCb, bool isSecure) { in start()
/aosp_15_r20/packages/services/Car/car-builtin-lib/src/android/car/builtin/widget/
DLockPatternHelper.java39 public static boolean isSecure(@NonNull Context context, @UserIdInt int userId) { in isSecure() method in LockPatternHelper
/aosp_15_r20/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/widget/
H A DCheckLockIsSecureCommand.java33 public boolean isSecure() { in isSecure() method in CheckLockIsSecureCommand
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/
H A DClientTransactionExt.java49 public boolean isSecure(); in isSecure() method
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
H A DBleSecureEncryptedClientTestActivity.java46 public boolean isSecure() { in isSecure() method in BleSecureEncryptedClientTestActivity
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
H A DAuthenticationMethodModel.kt27 open val isSecure: Boolean, constant in com.android.systemui.authentication.shared.model.AuthenticationMethodModel
/aosp_15_r20/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/msrp/
DMsrpUtils.java31 public static String generatePath(String address, int port, boolean isSecure) { in generatePath()
/aosp_15_r20/frameworks/base/core/java/org/apache/http/conn/scheme/
H A DSocketFactory.java139 boolean isSecure(Socket sock) in isSecure() method
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayerRenderArea.cpp43 bool LayerRenderArea::isSecure() const { in isSecure() function in android::LayerRenderArea
H A DDisplayRenderArea.cpp46 bool DisplayRenderArea::isSecure() const { in isSecure() function in android::DisplayRenderArea
/aosp_15_r20/hardware/interfaces/media/omx/1.0/vts/functional/component/
H A DVtsHalMediaOmxV1_0TargetComponentTest.cpp163 bool isSecure; member in ComponentHidlTest
172 void initPortMode(PortMode* pm, bool isSecure, in initPortMode()
/aosp_15_r20/external/apache-http/src/org/apache/http/cookie/
H A DCookie.java125 boolean isSecure(); in isSecure() method
H A DCookieOrigin.java94 public boolean isSecure() { in isSecure() method in CookieOrigin
/aosp_15_r20/external/apache-http/src/org/apache/http/conn/
H A DOperatedClientConnection.java89 boolean isSecure() in isSecure() method
/aosp_15_r20/external/apache-http/src/org/apache/http/conn/routing/
H A DRouteInfo.java195 boolean isSecure() in isSecure() method
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/display/
DControlsPrivacyPreferenceController.java90 private boolean isSecure() { in isSecure() method in ControlsPrivacyPreferenceController
DWalletPrivacyPreferenceController.java91 private boolean isSecure() { in isSecure() method in WalletPrivacyPreferenceController
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DDisplayInfo.h34 bool isSecure; member

12345678910>>...22