Home | History | Annotate | Download | only in renderscript

Lines Matching refs:timeZone

443     native void rsnScriptSetTimeZone(int con, int script, byte[] timeZone);
444 synchronized void nScriptSetTimeZone(int script, byte[] timeZone) {
446 rsnScriptSetTimeZone(mContext, script, timeZone);