[go: nahoru, domu]

Searched refs:secure (Results 1 - 25 of 43) sorted by relevance

12

/frameworks/native/include/ui/
H A DDisplayInfo.h36 bool secure; member in struct:android::DisplayInfo
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DRttManagerTest.java66 && params1.secure == params2.secure
77 params.secure = true;
82 params2.secure = false;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardMonitor.java102 public void notifyKeyguardState(boolean showing, boolean secure) { argument
103 if (mShowing == showing && mSecure == secure) return;
105 mSecure = secure;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java39 /** Whether the user configured a secure unlock method (PIN, password, etc.) */
62 * @return whether the user configured a secure unlock method like PIN, password, etc.
89 boolean secure = mLockPatternUtils.isSecure(user);
90 boolean canSkipBouncer = !secure || mKeyguardUpdateMonitor.getUserCanSkipBouncer(user);
95 boolean changed = secure != mSecure || canSkipBouncer != mCanSkipBouncer ||
98 mSecure = secure;
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoPlugin.cpp35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, argument
39 if (secure) {
H A DCryptoPlugin.h46 bool secure, const KeyId keyId, const Iv iv,
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java70 private static native IBinder nativeCreateDisplay(String name, boolean secure); argument
107 * Surface creation flag: The surface contains secure content, special
539 public boolean secure; field in class:SurfaceControl.PhysicalDisplayInfo
564 && secure == other.secure
582 secure = other.secure;
592 + "density " + density + ", " + xDpi + " x " + yDpi + " dpi, secure " + secure
682 public static IBinder createDisplay(String name, boolean secure) { argument
[all...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DVoiceInteractionMain.java35 findViewById(R.id.secure).setOnClickListener(mSecureListener);
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h71 // If this method returns false, a non-secure decoder will be used to
73 // to support insecure decryption of the data (secure = false) for
103 bool secure,
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java65 * <li><pre>secure</pre>: creates a secure display</li>
195 boolean secure = flagString != null && flagString.contains(",secure");
200 mOverlays.add(new OverlayDisplayHandle(name, modes, gravity, secure, number));
240 boolean secure, int state,
246 mSecure = secure;
367 boolean secure, int number) {
371 mSecure = secure;
237 OverlayDisplayDevice(IBinder displayToken, String name, List<OverlayMode> modes, int activeMode, int defaultMode, float refreshRate, long presentationDeadlineNanos, boolean secure, int state, SurfaceTexture surfaceTexture, int number) argument
366 OverlayDisplayHandle(String name, List<OverlayMode> modes, int gravity, boolean secure, int number) argument
H A DWifiDisplayAdapter.java370 boolean secure = (flags & RemoteDisplay.DISPLAY_FLAG_SECURE) != 0;
372 if (secure) {
383 IBinder displayToken = SurfaceControl.createDisplay(name, secure);
H A DOverlayDisplayWindow.java96 int width, int height, int densityDpi, int gravity, boolean secure,
101 mSecure = secure;
95 OverlayDisplayWindow(Context context, String name, int width, int height, int densityDpi, int gravity, boolean secure, Listener listener) argument
H A DVirtualDisplayAdapter.java66 boolean secure = (flags & DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE) != 0;
68 IBinder displayToken = SurfaceControl.createDisplay(name, secure);
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java55 // Assume keyguard is showing and secure until we know for sure. This is here in
60 secure = true;
67 boolean secure; field in class:KeyguardServiceDelegate.KeyguardState
138 mKeyguardState.secure = false;
231 mKeyguardState.secure = mKeyguardService.isSecure(userId);
233 return mKeyguardState.secure;
413 pw.println(prefix + "secure=" + mKeyguardState.secure);
/frameworks/base/core/java/android/provider/
H A DBrowser.java267 boolean secure = false;
273 secure = true;
279 if (secure) {
/frameworks/native/include/gui/
H A DISurfaceComposer.h89 bool secure) = 0;
141 * This function will fail if there is a secure window on screen.
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java811 return toStringInner(/* secure =*/ true, /* includeInternalData =*/ false);
816 return toStringInner(/* secure =*/ false, /* includeInternalData =*/ true);
819 private String toStringInner(boolean secure, boolean includeInternalData) { argument
824 sb.append(secure ? "***" : mId);
840 sb.append(secure ? "***" : mTitle);
843 sb.append(secure ? "***" : mText);
861 sb.append(secure ? "***" : mIntentPersistableExtras);
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp180 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure) argument
185 data.writeInt32(secure ? 1 : 0);
412 bool secure = bool(data.readInt32()); local
413 sp<IBinder> display(createDisplay(displayName, secure));
H A DSurfaceComposerClient.cpp137 sp<IBinder> createDisplay(const String8& displayName, bool secure);
197 sp<IBinder> Composer::createDisplay(const String8& displayName, bool secure) { argument
199 secure);
581 bool secure) {
582 return Composer::getInstance().createDisplay(displayName, secure);
580 createDisplay(const String8& displayName, bool secure) argument
/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java63 * verify the server's identity yourself to ensure a secure connection.</p>
103 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) {
106 mSecure = secure;
254 // Clear out all cached secure factories since configurations have changed.
102 SSLCertificateSocketFactory( int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) argument
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp58 jfieldID secure; member in struct:android::__anon948
352 jboolean secure) {
355 String8(name.c_str()), bool(secure)));
427 env->SetBooleanField(infoObj, gPhysicalDisplayInfoClassInfo.secure, info.secure);
743 gPhysicalDisplayInfoClassInfo.secure = GetFieldIDOrDie(env, clazz, "secure", "Z");
351 nativeCreateDisplay(JNIEnv* env, jclass clazz, jstring nameObj, jboolean secure) argument
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java199 /** Whether the secure RTT protocol is supported. */
340 * Whether the secure RTT protocol needs to be used for ranging this peer device.
342 public boolean secure; field in class:RttManager.RttParams
505 dest.writeByte(params.secure ? (byte) 1 : 0);
536 params[i].secure = (in.readByte() != 0);
715 * Whether the secure RTT protocol was used for ranging.
717 public boolean secure; field in class:RttManager.RttResult
772 dest.writeByte(result.secure ? (byte) 1 : 0);
828 results[i].secure = (in.readByte() != 0);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp255 int32_t secure = 0; local
256 if (format->findInt32("secure", &secure) && secure != 0) {
259 mComponentName.append(".secure");
268 (secure ? "secure " : ""), mime.c_str());
272 mIsSecure = secure;
/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl395 void createVirtualNetwork(int netId, boolean hasDNS, boolean secure);
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h160 ssize_t decrypt(bool secure,

Completed in 1173 milliseconds

12