/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SimpleSessionDescription.java | 430 String encryption = get("k", '='); in getEncryptionMethod() local 431 if (encryption == null) { in getEncryptionMethod() 434 int colon = encryption.indexOf(':'); in getEncryptionMethod() 435 return (colon == -1) ? encryption : encryption.substring(0, colon); in getEncryptionMethod() 442 String encryption = get("k", '='); in getEncryptionKey() local 443 if (encryption == null) { in getEncryptionKey() 446 int colon = encryption.indexOf(':'); in getEncryptionKey() 447 return (colon == -1) ? null : encryption.substring(0, colon + 1); in getEncryptionKey()
|
/frameworks/base/docs/html/preview/features/ |
D | direct-boot.jd | 61 <i>encryption aware</i>. To mark your component as encryption aware, set the 71 {@link android.content.BroadcastReceiver} as encryption aware, and add an 148 <p>Test your encryption aware app using the new Direct Boot mode. There are 162 <b>Convert to file encryption</b>.</li>
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 4 to the PBKDF2 implementation. The archive's encryption password, entered on-screen,
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiConfigManager.java | 2673 private boolean isEncryptionWep(String encryption) { 2674 return encryption.contains("WEP"); 2677 private boolean isEncryptionPsk(String encryption) { 2678 return encryption.contains("PSK"); 2681 private boolean isEncryptionEap(String encryption) { 2682 return encryption.contains("EAP"); 2685 public boolean isOpenNetwork(String encryption) { 2686 if (!isEncryptionWep(encryption) && !isEncryptionPsk(encryption) 2687 && !isEncryptionEap(encryption)) {
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/ |
D | direct-boot.jd | 153 当开发者选项屏幕可用后,转到 <b>Settings > Developer options</b> 并选择 <b>Convert to file encryption</b>。
|
/frameworks/base/docs/html-intl/intl/ja/preview/features/ |
D | direct-boot.jd | 153 … 画面が表示されたら、<b>[Settings] > [Developer options]</b> で <b>[Convert to file encryption]</b> を選択します。
|
/frameworks/base/docs/html-intl/intl/ko/preview/features/ |
D | direct-boot.jd | 155 <b>Convert to file encryption</b>을 선택합니다.</li>
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 1299 const mkvparser::ContentEncoding::ContentEncryption *encryption; in addTracks() local 1300 encryption = encoding->GetEncryptionByIndex(j); in addTracks() 1301 meta->setData(kKeyCryptoKey, 0, encryption->key_id, encryption->key_id_len); in addTracks()
|
/frameworks/base/docs/html-intl/intl/ru/preview/features/ |
D | direct-boot.jd | 155 <b>Convert to file encryption</b>.</li>
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 207 <td>Require storage encryption</td> 706 <h4 id="storage">Storage encryption</h4> 709 method to set a policy requiring encryption of the storage area, where supported.</p> 720 See the Device Administration API sample for a complete example of how to enable storage encryption.
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_best_practices.jd | 53 sure to encrypt the content and use a device-specific encryption key.</p>
|
/frameworks/base/docs/html-intl/intl/in/preview/features/ |
D | direct-boot.jd | 155 <b>Convert to file encryption</b>.</li>
|
/frameworks/base/docs/html-intl/intl/es/preview/features/ |
D | direct-boot.jd | 155 <b>Convert to file encryption</b>.</li>
|
/frameworks/base/docs/html/work/ |
D | device-management-policy.jd | 48 cover screen-lock password strength, expiration timeout, encryption, etc.</p>
|
D | guide.jd | 95 <li>Full device encryption</li>
|
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/ |
D | direct-boot.jd | 155 <b>Convert to file encryption</b>.</li>
|
/frameworks/base/docs/html/training/id-auth/ |
D | custom_auth.jd | 75 <p>It's important to understand that {@link android.accounts.AccountManager} is not an encryption
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0-changes.jd | 219 <p>Keys which do not require encryption at rest will no longer be deleted when secure lock screen 221 encryption at rest will be deleted during these events.</p>
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 89 href="http://source.android.com/tech/encryption/index.html">file system 90 encryption</a>.</p> 495 encryption, and providing secure communications channels, Android provides a
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 359 <code>AESObfuscator.java</code> file. The {@code Obfuscator} uses AES encryption to 395 AESObfuscator that uses AES encryption to obfuscate data. You can 408 The {@code Obfuscator} seeds the encryption using three data fields provided
|
D | licensing-reference.jd | 78 <td>Default Obfuscator implementation that uses AES encryption/decryption
|
/frameworks/base/docs/html-intl/intl/vi/preview/features/ |
D | direct-boot.jd | 155 <b>Convert to file encryption</b>.</li>
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 2194 // Settings -> Dev options -> Convert to file encryption 2197 // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT...
|
/frameworks/base/docs/html/preview/ |
D | api-overview.jd | 714 <p>Direct boot takes advantage of file based encryption in Android N 715 to enable fine grained encryption policies for both system and app data.
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 687 <li>Full device encryption</li> 802 source, apply proprietary encryption/decryption, and then send the data to the
|