Searched refs:sLockForRunInLocale (Results 1 – 1 of 1) sorted by relevance
25 private static final Object sLockForRunInLocale = new Object(); field in RunInLocale37 synchronized (sLockForRunInLocale) { in runInLocale()