Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/av/media/libmedia/
DICrypto.cpp95 bool secure, in decrypt()
105 data.writeInt32(secure); in decrypt()
133 if (secure) { in decrypt()
149 if (!secure) { in decrypt()
232 bool secure = data.readInt32() != 0; in onTransact() local
255 if (secure) { in onTransact()
264 secure, in onTransact()
280 if (!secure) { in onTransact()
/frameworks/av/media/libmediaplayerservice/
DCrypto.cpp145 bool secure, in decrypt() argument
164 secure, key, iv, mode, srcPtr, subSamples, numSubSamples, dstPtr, in decrypt()
DCrypto.h46 bool secure,
/frameworks/base/docs/html/guide/faq/
Dsecurity.jd7 <li><a href="#secure">Is Android Secure?</a></li>
21 <a name="secure" id="secure"></a><h2>Is Android secure?</h2>
25 of the most secure mobile platforms available while still fulfilling our goal
41 <p>We have made great efforts to secure the Android platform, but it is
/frameworks/base/policy/src/com/android/internal/policy/impl/
DLockPatternKeyguardView.java808 boolean secure = false; in isSecure()
811 secure = mLockPatternUtils.isLockPatternEnabled(); in isSecure()
814 secure = mUpdateMonitor.getSimState() == IccCard.State.PIN_REQUIRED; in isSecure()
817 secure = mUpdateMonitor.getSimState() == IccCard.State.PUK_REQUIRED; in isSecure()
820 secure = true; in isSecure()
823 secure = mLockPatternUtils.isLockPasswordEnabled(); in isSecure()
831 return secure; in isSecure()
/frameworks/av/include/media/
DICrypto.h45 bool secure,
/frameworks/native/include/media/hardware/
DCryptoAPI.h74 bool secure,
/frameworks/base/core/java/android/provider/
DBrowser.java263 boolean secure = false; in getVisitedLike()
269 secure = true; in getVisitedLike()
275 if (secure) { in getVisitedLike()
/frameworks/base/core/java/android/net/
DSSLCertificateSocketFactory.java102 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) { in SSLCertificateSocketFactory() argument
105 mSecure = secure; in SSLCertificateSocketFactory()
/frameworks/base/tests/CoreTests/android/core/
DSSLSocketTest.java79 boolean secure, String path, int outerLoop, int innerLoop, in fetch() argument
85 Socket socket = secure ? socketFactory.createSocket() in fetch()
180 private void fetch(String host, int port, boolean secure, String path, in fetch() argument
183 fetch(clientFactory, host, port, secure, path, outerLoop, innerLoop, in fetch()
/frameworks/base/docs/html/guide/google/play/billing/
Dbilling_best_practices.jd43 a remote server, be sure that the device-server handshake is secure.</p>
87 <h4>Use secure random nonces</h4>
88 <p>Nonces must not be predictable or reused. Always use a cryptographically secure random number
Dindex.jd103 secure and well designed.</dd>
/frameworks/base/docs/html/intl/ja/guide/publishing/
Dapp-signing.jd31 <li><a href="#secure-key">秘密鍵のセキュリティ設定</a></li>
211 <p class="warning"><strong>注:</strong> Keytool を実行する前に、<a href="#secure-key">秘密鍵のセキュリティ設定</a>を読んで、キ…
321 <h2 id="secure-key">秘密鍵のセキュリティ設定</h2>
/frameworks/base/docs/html/tools/workflow/
Dapp-signing.jd32 <li><a href="#secure-key">Securing Your Private Key</a></li>
141 data in a secure manner. </li>
310 <p class="warning"><strong>Warning:</strong> Keep your private key secure.
312 <a href="#secure-key">Securing Your Private Key</a> for a discussion of how to keep
313 your key secure and why doing so is critically important to you and to users. In
472 in your command line unless you are working at a secure computer.
479 in your command line unless you are working at a secure computer.
586 <h2 id="secure-key">Securing Your Private Key</h2>
602 keeping your key secure: </p>
618 and storing your key, it will remain secure. </p>
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd32 <li><a href="#secure-key">Securing Your Private Key</a></li>
141 data in a secure manner. </li>
310 <p class="warning"><strong>Warning:</strong> Keep your private key secure.
312 <a href="#secure-key">Securing Your Private Key</a> for a discussion of how to keep
313 your key secure and why doing so is critically important to you and to users. In
472 in your command line unless you are working at a secure computer.
479 in your command line unless you are working at a secure computer.
586 <h2 id="secure-key">Securing Your Private Key</h2>
602 keeping your key secure: </p>
618 and storing your key, it will remain secure. </p>
/frameworks/base/docs/html/tools/workflow/publishing/
Dapp-signing.jd32 <li><a href="#secure-key">Securing Your Private Key</a></li>
141 data in a secure manner. </li>
310 <p class="warning"><strong>Warning:</strong> Keep your private key secure.
312 <a href="#secure-key">Securing Your Private Key</a> for a discussion of how to keep
313 your key secure and why doing so is critically important to you and to users. In
472 in your command line unless you are working at a secure computer.
479 in your command line unless you are working at a secure computer.
586 <h2 id="secure-key">Securing Your Private Key</h2>
602 keeping your key secure: </p>
618 and storing your key, it will remain secure. </p>
/frameworks/base/docs/html/guide/google/play/licensing/
Doverview.jd122 adding licensing to your application and helps ensure a more secure, robust implementation for your
204 secure.</li>
216 <p>Google Play Licensing is a flexible, secure mechanism for controlling
224 provide a secure internal storage environment. For example, a copy-protected
Dindex.jd17 <p>The licensing service is a secure means of controlling access to your applications. When an
Dadding-licensing.jd280 data is secure and persists across device power cycles. ServerManagedPolicy
383 stored data is secure and cannot be reused or manipulated by a root user on a
391 secure, persistent manner. First, it provides an {@code Obfuscator}
410 <p>AESObfuscator provides secure obfuscation of data by using AES to
869 hidden from all users in a secure location. When an application requests a
/frameworks/base/docs/html/guide/practices/
Dsecurity.jd32 <p>Some of the security features that help developers build secure applications
38 security functionality such as cryptography, permissions, and secure IPC.</li>
58 <p>Writing secure code that runs in virtual machines is a well-studied topic
101 href="http://www.dwheeler.com/secure-programs">
102 http://www.dwheeler.com/secure-programs</a>.</p>
473 wireless networks using WiFi, the use of secure networking is strongly
727 encryption, and providing secure communications channels Android provides a
733 require no knowledge of cryptography on your part. If you need a secure
746 <p>Use a secure random number generator (
750 <code>KeyGenerator</code></a>). Use of a key that is not generated with a secure random
/frameworks/base/docs/html/guide/topics/security/
Dsecurity.jd33 <p>Some of the security features that help developers build secure applications
39 security functionality such as cryptography, permissions, and secure IPC.</li>
59 <p>Writing secure code that runs in virtual machines is a well-studied topic
102 href="http://www.dwheeler.com/secure-programs">
103 http://www.dwheeler.com/secure-programs</a>.</p>
474 wireless networks using WiFi, the use of secure networking is strongly
728 encryption, and providing secure communications channels Android provides a
734 require no knowledge of cryptography on your part. If you need a secure
747 <p>Use a secure random number generator (
751 <code>KeyGenerator</code></a>). Use of a key that is not generated with a secure random
/frameworks/base/docs/html/training/efficient-downloads/
Dredundant_redundant.jd61 <p>Alternatively, you can use the managed / secure application cache. Note that this internal cache…
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1047 final boolean secure = isPattern && isLockPatternEnabled() && savedPatternExists() in isSecure()
1049 return secure; in isSecure()
/frameworks/base/core/java/android/content/
DIntent.java6196 public String toShortString(boolean secure, boolean comp, boolean extras, boolean clip) { in toShortString() argument
6198 toShortString(b, secure, comp, extras, clip); in toShortString()
6203 public void toShortString(StringBuilder b, boolean secure, boolean comp, boolean extras, in toShortString() argument
6231 if (secure) { in toShortString()
6294 mSelector.toShortString(b, secure, comp, extras, clip); in toShortString()
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd145 <li>APIs for creating secure home screen {@link android.appwidget

123