Searched refs:keyInfo (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierKeyDownloadMgrTest.java | 146 Pair<PublicKey, Long> keyInfo = null; in testParseJson() local 148 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson() 153 "key1=value", keyInfo.first, new Date(keyInfo.second)); in testParseJson() 167 Pair<PublicKey, Long> keyInfo = null; in testParseJsonPublicKey() local 169 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJsonPublicKey() 174 "key1=value", keyInfo.first, new Date(keyInfo.second)); in testParseJsonPublicKey() 316 Pair<PublicKey, Long> keyInfo = null; in testParseJson3GppFormat() local 318 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson3GppFormat() 323 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 | CarrierKeyDownloadManager.java | 470 Pair<PublicKey, Long> keyInfo = in parseJsonAndPersistKey() local 472 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
|