private static final HashMap<String,String> blacklist;
static {
- HashMap bl = new HashMap<String,String>();
- bl.put("libpcre.so", "libercp.so");
- blacklist = bl;
+ HashMap bl = new HashMap<String,String>();
+ bl.put("libpcre.so", "libercp.so");
+ blacklist = bl;
}
private static BuildException buildException(Exception e)
String bl = blacklist.get(s);
if (bl != null)
- s = bl;
+ s = bl;
return s;
}
offs + name.length()));
}
if (!fix.equals(name.substring(0, fix.length()))) {
- fixups.add(new Range(offs, offs + fix.length(), fix.getBytes("US-ASCII")));
+ fixups.add(new Range(offs, offs + fix.length(), fix.getBytes("US-ASCII")));
}
}
return name;
break outer;
if (r > 0) {
if (rg.replacement == null)
- Arrays.fill(buf, 0, r, (byte)0);
+ Arrays.fill(buf, 0, r, (byte)0);
else
- System.arraycopy(rg.replacement, (int)(offs-rg.start), buf, 0, r);
+ System.arraycopy(rg.replacement, (int)(offs-rg.start), buf, 0, r);
os.write(buf, 0, r);
chunk -= r;
}
};
- protected File destDir = null; // The destination directory.
+ protected File destDir = null; // The destination directory.
protected Vector<ResourceCollection> rcs = new Vector<ResourceCollection>();
protected PatternSet patterns = new PatternSet();
protected String property = null;
private static synchronized void startEventMonitor(Context context, UsbManager manager, UsbEventListener listener)
{
if (eventMonitor != null) {
- eventMonitor.stop();
- eventMonitor = null;
+ eventMonitor.stop();
+ eventMonitor = null;
}
if (context == null) {
Log.w("UsbHelper", "no context");
private static synchronized void stopEventMonitor(Context context)
{
if (eventMonitor != null) {
- eventMonitor.stop();
- eventMonitor = null;
+ eventMonitor.stop();
+ eventMonitor = null;
}
}