Home | History | Annotate | Download | only in jni

Lines Matching full:newtimeout

615     jlong newTimeout = env->CallLongMethod(mServiceObj,
618 newTimeout = 0; // abort dispatch
620 assert(newTimeout >= 0);
625 return newTimeout;