Home
last modified time | relevance | path

Searched defs:copyString (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java204 private static final void copyString(String key, ContentValues from, ContentValues to) { in copyString() method in BluetoothOppProvider
/packages/services/Car/libvehiclenetwork/native/
DVehicleNetworkProtoUtil.cpp26 static status_t copyString(const std::string& in, uint8_t** out, int32_t* len) { in copyString() function