Home
last modified time | relevance | path

Searched defs:prefixString (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java355 public void setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) in setEncryptKeyOrRemoveKey()
445 public String getKey(String prefixString) { in getKey()
483 private String getEncryptedKeyData(String prefixString) { in getEncryptedKeyData()
535 String prefixString = null; in compareFileHash() local
563 private void readHashFile(String filePathString, String prefixString) in readHashFile()
597 private void readChecksumFile(String filePathString, String prefixString) throws IOException { in readChecksumFile()
612 String prefixString = null; in parseConfigFile() local
669 String prefixString = line.substring(0, index); in loadEncryptionFile() local
915 String prefixString; in run() local
DBluetoothKeystoreNativeInterface.java73 private void setEncryptKeyOrRemoveKeyCallback(String prefixString, String decryptedString) { in setEncryptKeyOrRemoveKeyCallback()
90 private String getKeyCallback(String prefixString) { in getKeyCallback()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp45 const std::string prefixString, in set_encrypt_key_or_remove_key()
62 std::string get_key(const std::string prefixString) override { in get_key()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNat464Xlat.java306 final String prefixString = (prefix != null) ? prefix.toString() : ""; in setPrefix64() local
308 mDnsResolver.setPrefix64(getNetId(), prefixString); in setPrefix64() local
/packages/modules/DnsResolver/
DDns64Configuration.h57 std::string prefixString; member
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java205 private boolean setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) { in setEncryptKeyOrRemoveKey()
/packages/modules/DnsResolver/tests/dns_metrics_listener/
Ddns_metrics_listener.cpp47 const std::string& prefixString, in onNat64PrefixEvent()
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DBaseTimeZoneAdapter.java244 final String prefixString = prefix.toString().toLowerCase(mLocale); in performFiltering() local
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java1858 private void addRioOption(ByteBuffer packet, int lifetime, String prefixString) in addRioOption()
1881 private void addPioOption(ByteBuffer packet, int valid, int preferred, String prefixString) { in addPioOption()