Searched defs:classRef (Results 1 – 3 of 3) sorted by relevance
55 fun classRef(fullName: String): String { in <lambda>() method105 inline fun <reified T : Any> ImportsProvider.classRef(): String { in classRef() method
55 void callJavaMethodWithArgsObject(JNIEnv* env, jobject classRef, jmethodID method, jobject args) { in callJavaMethodWithArgsObject()
75 RcsFeatureBinder(RcsFeature classRef, @CallbackExecutor Executor executor) { in RcsFeatureBinder()