Searched defs:technology (Results 1 – 5 of 5) sorted by relevance
28 int connect(int nativeHandle, int technology); in connect()42 int setTimeout(int technology, int timeout); in setTimeout()43 int getTimeout(int technology); in getTimeout()46 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength()
51 boolean overrideRoutingTable(int userHandle, String protocol, String technology); in overrideRoutingTable()
483 public synchronized boolean setConnectedTechnology(int technology) { in setConnectedTechnology()
56 optional string technology = 13; field
1265 public boolean overrideRoutingTable(Activity activity, String protocol, String technology) { in overrideRoutingTable()