HomeSort by relevance Sort by last modified time
    Searched full:nativeenroll (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_server_FingerprintManager.cpp 112 static jint nativeEnroll(JNIEnv* env, jobject clazz, jint timeout) {
113 ALOG(LOG_VERBOSE, LOG_TAG, "nativeEnroll()\n");
186 { "nativeEnroll", "(I)I", (void*)nativeEnroll },
187 { "nativeEnrollCancel", "()I", (void*)nativeEnroll },
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 121 native int nativeEnroll(int timeout);
221 nativeEnroll((int) (timeout / MS_PER_SEC));

Completed in 70 milliseconds