Searched defs:commandNames (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp1090 jobjectArray commandNames)
1092 if (commandNames == NULL) {
1099 jsize count = env->GetArrayLength(commandNames);
1102 jobject obj = env->GetObjectArrayElement(commandNames, i);
1106 jniThrowNullPointerException(env, "Element in commandNames");
1112 jniThrowNullPointerException(env, "Element in commandNames");
1089 android_os_Process_getPidsForCommands(JNIEnv* env, jobject clazz, jobjectArray commandNames) argument

Completed in 225 milliseconds