Searched refs:keyInfo (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierKeyDownloadMgrTest.java | 149 Pair<PublicKey, Long> keyInfo = null; in testParseJson() local 151 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson() 156 "key1=value", keyInfo.first, new Date(keyInfo.second)); in testParseJson() 170 Pair<PublicKey, Long> keyInfo = null; in testParseJsonPublicKey() local 172 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJsonPublicKey() 177 "key1=value", keyInfo.first, new Date(keyInfo.second)); in testParseJsonPublicKey() 351 Pair<PublicKey, Long> keyInfo = null; in testParseJson3GppFormat() local 353 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson3GppFormat() 358 TelephonyManager.KEY_TYPE_WLAN, "key1=value", keyInfo.first, in testParseJson3GppFormat()
|
/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 | 141 Pair<PublicKey, Long> keyInfo = in getCarrierInfoForImsiEncryption() local 144 keyInfo.first, new Date(keyInfo.second)); in getCarrierInfoForImsiEncryption()
|
D | CarrierKeyDownloadManager.java | 482 Pair<PublicKey, Long> keyInfo = in parseJsonAndPersistKey() local 484 savePublicKey(keyInfo.first, type, identifier, keyInfo.second, mcc, mnc); in parseJsonAndPersistKey()
|
/frameworks/base/core/java/android/app/ |
D | SearchableInfo.java | 508 private void addActionKey(ActionKeyInfo keyInfo) { in addActionKey() argument 512 mActionKeys.put(keyInfo.getKeyCode(), keyInfo); in addActionKey() local
|