HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionEvent (Results 1 - 23 of 23) sorted by null

  /libcore/ojluni/src/main/java/javax/sql/
ConnectionEventListener.java 61 void connectionClosed(ConnectionEvent event);
68 * contained in the given <code>ConnectionEvent</code> object.
74 void connectionErrorOccurred(ConnectionEvent event);
ConnectionEvent.java 32 * source of a connection-related event. <code>ConnectionEvent</code>
34 * and when an error occurs. The <code>ConnectionEvent</code> object
45 public class ConnectionEvent extends java.util.EventObject {
48 * <P>Constructs a <code>ConnectionEvent</code> object initialized with
55 public ConnectionEvent(PooledConnection con) {
60 * <P>Constructs a <code>ConnectionEvent</code> object initialized with
68 public ConnectionEvent(PooledConnection con, SQLException ex) {
75 * <code>ConnectionEvent</code> object. May be <code>null</code>.
  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 22 import javax.sql.ConnectionEvent;
32 ConnectionEvent ce = new ConnectionEvent(ipc);
33 ConnectionEvent ce2 = new ConnectionEvent(ipc,null);
39 ConnectionEvent ce = new ConnectionEvent(ipc);
41 ConnectionEvent ce2 = new ConnectionEvent(ipc, null);
46 ConnectionEvent ce3 = new ConnectionEvent(ipc, e)
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 22 import javax.sql.ConnectionEvent;
33 new ConnectionEvent(null);
39 ConnectionEvent ce = new ConnectionEvent(ipc);
46 new ConnectionEvent(null, null);
52 ConnectionEvent ce = new ConnectionEvent(ipc, null);
57 ce = new ConnectionEvent(ipc, e);
68 ConnectionEvent ce = new ConnectionEvent(ipc, e)
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMetricsTest.java 81 WifiMetricsProto.ConnectionEvent.ROAM_ENTERPRISE);
83 WifiMetrics.ConnectionEvent.FAILURE_AUTHENTICATION_FAILURE,
84 WifiMetricsProto.ConnectionEvent.HLF_DHCP);
87 WifiMetrics.ConnectionEvent.FAILURE_AUTHENTICATION_FAILURE,
88 WifiMetricsProto.ConnectionEvent.HLF_DHCP);
91 WifiMetricsProto.ConnectionEvent.ROAM_ENTERPRISE);
93 WifiMetricsProto.ConnectionEvent.ROAM_ENTERPRISE);
603 assertEquals("mDeserializedWifiMetrics.connectionEvent.length",
604 2, mDeserializedWifiMetrics.connectionEvent.length);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 78 * The ConnectionEvent, SystemStateEntries & ScanReturnEntries metrics are stored during
86 private final List<ConnectionEvent> mConnectionEventList = new ArrayList<>();
90 private ConnectionEvent mCurrentConnectionEvent;
180 class ConnectionEvent {
181 WifiMetricsProto.ConnectionEvent mConnectionEvent;
220 private ConnectionEvent() {
221 mConnectionEvent = new WifiMetricsProto.ConnectionEvent();
305 case WifiMetricsProto.ConnectionEvent.HLF_NONE:
308 case WifiMetricsProto.ConnectionEvent.HLF_DHCP:
311 case WifiMetricsProto.ConnectionEvent.HLF_NO_INTERNET
    [all...]
WifiStateMachine.java     [all...]
  /frameworks/base/proto/src/
wifi.proto 28 repeated ConnectionEvent connection_event = 1;
342 message ConnectionEvent {
  /libcore/
openjdk_java_files.mk     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 489 milliseconds