Home
last modified time | relevance | path

Searched refs:field_mAuth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothSocket.cpp44 static jfieldID field_mAuth; /* read-only */ variable
124 auth = env->GetBooleanField(obj, field_mAuth); in initSocketNative()
392 auth = env->GetBooleanField(obj, field_mAuth); in acceptNative()
579 field_mAuth = env->GetFieldID(clazz, "mAuth", "Z"); in register_android_bluetooth_BluetoothSocket()