<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
package com.HH.IHMSensor;

import anywheresoftware.b4a.pc.PCBA;
import anywheresoftware.b4a.pc.RemoteObject;

public class b4xsearchtemplate {
    public static RemoteObject myClass;
	public b4xsearchtemplate() {
	}
    public static PCBA staticBA = new PCBA(null, b4xsearchtemplate.class);

public static RemoteObject __c = RemoteObject.declareNull("anywheresoftware.b4a.keywords.Common");
public static RemoteObject _xui = RemoteObject.declareNull("anywheresoftware.b4a.objects.B4XViewWrapper.XUI");
public static RemoteObject _mbase = RemoteObject.declareNull("anywheresoftware.b4a.objects.B4XViewWrapper");
public static RemoteObject _customlistview1 = RemoteObject.declareNull("b4a.example3.customlistview");
public static RemoteObject _xdialog = RemoteObject.declareNull("com.HH.IHMSensor.b4xdialog");
public static RemoteObject _searchfield = RemoteObject.declareNull("com.HH.IHMSensor.b4xfloattextfield");
public static RemoteObject _prefixlist = RemoteObject.declareNull("anywheresoftware.b4a.objects.collections.Map");
public static RemoteObject _substringlist = RemoteObject.declareNull("anywheresoftware.b4a.objects.collections.Map");
public static RemoteObject _texthighlightcolor = RemoteObject.createImmutable(0);
public static RemoteObject _itemhightlightcolor = RemoteObject.createImmutable(0);
public static RemoteObject _max_limit = RemoteObject.createImmutable(0);
public static RemoteObject _maxnumberofitemstoshow = RemoteObject.createImmutable(0);
public static RemoteObject _itemscache = RemoteObject.declareNull("anywheresoftware.b4a.objects.collections.List");
public static RemoteObject _allitems = RemoteObject.declareNull("anywheresoftware.b4a.objects.collections.List");
public static RemoteObject _selecteditem = RemoteObject.createImmutable("");
public static RemoteObject _lastterm = RemoteObject.createImmutable("");
public static RemoteObject _ime = RemoteObject.declareNull("anywheresoftware.b4a.objects.IME");
public static RemoteObject _allowunlistedtext = RemoteObject.createImmutable(false);
public static RemoteObject _prefixonly = RemoteObject.createImmutable(false);
public static RemoteObject _dateutils = RemoteObject.declareNull("b4a.example.dateutils");
public static com.HH.IHMSensor.main _main = null;
public static com.HH.IHMSensor.bluetooth _bluetooth = null;
public static com.HH.IHMSensor.param _param = null;
public static com.HH.IHMSensor.setup_power_connected _setup_power_connected = null;
public static com.HH.IHMSensor.setup _setup = null;
public static com.HH.IHMSensor.transfert_server _transfert_server = null;
public static com.HH.IHMSensor.cockpit _cockpit = null;
public static com.HH.IHMSensor.scan_power _scan_power = null;
public static com.HH.IHMSensor.tpl_echange _tpl_echange = null;
public static com.HH.IHMSensor.installation _installation = null;
public static com.HH.IHMSensor.starter _starter = null;
public static com.HH.IHMSensor.power_interface _power_interface = null;
public static com.HH.IHMSensor.scanwifi _scanwifi = null;
public static com.HH.IHMSensor.stattistiques _stattistiques = null;
public static com.HH.IHMSensor.b4xcollections _b4xcollections = null;
public static com.HH.IHMSensor.httputils2service _httputils2service = null;
public static com.HH.IHMSensor.xuiviewsutils _xuiviewsutils = null;
public static Object[] GetGlobals(RemoteObject _ref) throws Exception {
		return new Object[] {"AllItems",_ref.getField(false, "_allitems"),"AllowUnlistedText",_ref.getField(false, "_allowunlistedtext"),"CustomListView1",_ref.getField(false, "_customlistview1"),"DateUtils",_ref.getField(false, "_dateutils"),"IME",_ref.getField(false, "_ime"),"ItemHightlightColor",_ref.getField(false, "_itemhightlightcolor"),"ItemsCache",_ref.getField(false, "_itemscache"),"LastTerm",_ref.getField(false, "_lastterm"),"MAX_LIMIT",_ref.getField(false, "_max_limit"),"MaxNumberOfItemsToShow",_ref.getField(false, "_maxnumberofitemstoshow"),"mBase",_ref.getField(false, "_mbase"),"prefixList",_ref.getField(false, "_prefixlist"),"PrefixOnly",_ref.getField(false, "_prefixonly"),"SearchField",_ref.getField(false, "_searchfield"),"SelectedItem",_ref.getField(false, "_selecteditem"),"substringList",_ref.getField(false, "_substringlist"),"TextHighlightColor",_ref.getField(false, "_texthighlightcolor"),"xDialog",_ref.getField(false, "_xdialog"),"xui",_ref.getField(false, "_xui")};
}
}</pre></body></html>