Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A DLayoutlibLoader.cpp327 static void init_keyboard(JNIEnv* env, const vector<string>& keyboardPaths) { in init_keyboard()
456 vector<string> keyboardPaths = parseCsv(env, keyboardPathsString); in JNI_OnLoad() local