Searched refs:JStringUTFWrapper (Results 1 – 1 of 1) sorted by relevance
59 class JStringUTFWrapper : public JSmartWrapper<jstring, const char> { class61 explicit JStringUTFWrapper(JNIEnv* env, jstring* str) : JSmartWrapper(env, str) { in JStringUTFWrapper() function in android::__anon4b19d0d90110::JStringUTFWrapper66 virtual ~JStringUTFWrapper() { in ~JStringUTFWrapper()104 JStringUTFWrapper guidWrapper(env, &guid); in native_pairing_start()107 JStringUTFWrapper passwordWrapper(env, &password); in native_pairing_start()