Searched defs:prefixString (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreNativeInterface.java | 73 private void setEncryptKeyOrRemoveKeyCallback(String prefixString, String decryptedString) { in setEncryptKeyOrRemoveKeyCallback() 90 private String getKeyCallback(String prefixString) { in getKeyCallback()
|
D | BluetoothKeystoreService.java | 350 public void setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) in setEncryptKeyOrRemoveKey() 440 public String getKey(String prefixString) { in getKey() 478 private String getEncryptedKeyData(String prefixString) { in getEncryptedKeyData() 530 String prefixString = null; in compareFileHash() local 558 private void readHashFile(String filePathString, String prefixString) in readHashFile() 580 private void readChecksumFile(String filePathString, String prefixString) throws IOException { in readChecksumFile() 595 String prefixString = null; in parseConfigFile() local 652 String prefixString = line.substring(0, index); in loadEncryptionFile() local 899 String prefixString; in run() local
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 45 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/DnsResolver/ |
D | Dns64Configuration.h | 57 std::string prefixString; member
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreServiceTest.java | 205 private boolean setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) { in setEncryptKeyOrRemoveKey()
|
/packages/modules/DnsResolver/tests/dns_metrics_listener/ |
D | dns_metrics_listener.cpp | 47 const std::string& prefixString, in onNat64PrefixEvent()
|
/packages/apps/Settings/src/com/android/settings/datetime/timezone/ |
D | BaseTimeZoneAdapter.java | 244 final String prefixString = prefix.toString().toLowerCase(mLocale); in performFiltering() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datetime/timezone/ |
D | BaseTimeZoneAdapter.java | 244 final String prefixString = prefix.toString().toLowerCase(mLocale); in performFiltering() local
|
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfTest.java | 1846 private void addRioOption(ByteBuffer packet, int lifetime, String prefixString) in addRioOption() 1869 private void addPioOption(ByteBuffer packet, int valid, int preferred, String prefixString) { in addPioOption()
|