Searched refs:keyInfo (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierKeyDownloadMgrTest.java | 184 Pair<PublicKey, Long> keyInfo = null; in testParseJson() local 186 keyInfo = CarrierKeyDownloadManager.getKeyInformation(CERT.getBytes()); in testParseJson() 191 "key1=value", keyInfo.first, new Date(keyInfo.second), 1); in testParseJson() 205 Pair<PublicKey, Long> keyInfo = null; in testParseJsonPublicKey() local 207 keyInfo = CarrierKeyDownloadManager.getKeyInformation(CERT.getBytes()); in testParseJsonPublicKey() 211 PublicKey publicKey = keyInfo.first; in testParseJsonPublicKey() 213 "key1=value", publicKey, new Date(keyInfo.second), 1); in testParseJsonPublicKey() 221 Pair<PublicKey, Long> keyInfo = null; in testParseJsonPublicKey() local 223 keyInfo = CarrierKeyDownloadManager.getKeyInformation(CERT.getBytes()); in testParseJsonPublicKey() 228 "key1=value", keyInfo.first, new Date(keyInfo.second), carrierId); in testParseJsonPublicKey() [all …]
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 680 SLMetadataInfo *keyInfo, *value; in TestDecToBuffQueue() local 682 keyInfo = NULL; keySize = 0; in TestDecToBuffQueue() 688 keyInfo = (SLMetadataInfo*) malloc(keySize); in TestDecToBuffQueue() 689 if (NULL != keyInfo) { in TestDecToBuffQueue() 690 res = (*mdExtrItf)->GetKey(mdExtrItf, i, keySize, keyInfo); in TestDecToBuffQueue() 693 i, keyInfo->size, keyInfo->data, valueSize, keyInfo->encoding, in TestDecToBuffQueue() 694 keyInfo->langCountry); in TestDecToBuffQueue() 696 if (!strcmp((char*)keyInfo->data, ANDROID_KEY_PCMFORMAT_NUMCHANNELS)) { in TestDecToBuffQueue() 698 } else if (!strcmp((char*)keyInfo->data, ANDROID_KEY_PCMFORMAT_SAMPLERATE)) { in TestDecToBuffQueue() 700 } else if (!strcmp((char*)keyInfo->data, ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE)) { in TestDecToBuffQueue() [all …]
|
D | slesTestDecodeToBuffQueue.cpp | 466 SLMetadataInfo *keyInfo, *value; in TestDecToBuffQueue() local 468 keyInfo = NULL; keySize = 0; in TestDecToBuffQueue() 474 keyInfo = (SLMetadataInfo*) malloc(keySize); in TestDecToBuffQueue() 475 if (NULL != keyInfo) { in TestDecToBuffQueue() 476 result = (*mdExtrItf)->GetKey(mdExtrItf, i, keySize, keyInfo); in TestDecToBuffQueue() 479 i, keyInfo->size, keyInfo->data, valueSize); in TestDecToBuffQueue() 481 if (!strcmp((char*)keyInfo->data, ANDROID_KEY_PCMFORMAT_NUMCHANNELS)) { in TestDecToBuffQueue() 483 } else if (!strcmp((char*)keyInfo->data, ANDROID_KEY_PCMFORMAT_SAMPLERATE)) { in TestDecToBuffQueue() 486 free(keyInfo); in TestDecToBuffQueue()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierInfoManager.java | 144 Pair<PublicKey, Long> keyInfo = in getCarrierInfoForImsiEncryption() local 147 keyInfo.first, new Date(keyInfo.second), carrierId); in getCarrierInfoForImsiEncryption()
|
D | CarrierKeyDownloadManager.java | 673 Pair<PublicKey, Long> keyInfo = in parseJsonAndPersistKey() local 685 savePublicKey(keyInfo.first, type, identifier, keyInfo.second, mcc, mnc, carrierId); in parseJsonAndPersistKey()
|
/frameworks/base/core/java/android/app/ |
D | SearchableInfo.java | 519 private void addActionKey(ActionKeyInfo keyInfo) { in addActionKey() argument 523 mActionKeys.put(keyInfo.getKeyCode(), keyInfo); in addActionKey() local
|