Home
last modified time | relevance | path

Searched refs:ConnectionFailureNotificationBuilder (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DConnectionFailureNotifier.java46 private final ConnectionFailureNotificationBuilder mConnectionFailureNotificationBuilder;
55 ConnectionFailureNotificationBuilder connectionFailureNotificationBuilder) { in ConnectionFailureNotifier()
65 filter.addAction(ConnectionFailureNotificationBuilder in ConnectionFailureNotifier()
72 if (action.equals(ConnectionFailureNotificationBuilder in ConnectionFailureNotifier()
75 ConnectionFailureNotificationBuilder in ConnectionFailureNotifier()
79 ConnectionFailureNotificationBuilder in ConnectionFailureNotifier()
DConnectionFailureNotificationBuilder.java34 public class ConnectionFailureNotificationBuilder { class
47 public ConnectionFailureNotificationBuilder(WifiContext context, in ConnectionFailureNotificationBuilder() method in ConnectionFailureNotificationBuilder
DWifiInjector.java210 private final ConnectionFailureNotificationBuilder mConnectionFailureNotificationBuilder;
264 mConnectionFailureNotificationBuilder = new ConnectionFailureNotificationBuilder( in WifiInjector()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConnectionFailureNotifierTest.java57 @Mock private ConnectionFailureNotificationBuilder mConnectionFailureNotificationBuilder;
96 when(intent.getAction()).thenReturn(ConnectionFailureNotificationBuilder in buildBroadcastForRandomizationSettingsDialog()
98 when(intent.getIntExtra(eq(ConnectionFailureNotificationBuilder in buildBroadcastForRandomizationSettingsDialog()
101 eq(ConnectionFailureNotificationBuilder.RANDOMIZATION_SETTINGS_NETWORK_SSID))) in buildBroadcastForRandomizationSettingsDialog()
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp153 "com.android.server.wifi.ConnectionFailureNotificationBuilder",
154 "com.android.server.wifi.ConnectionFailureNotificationBuilder$*",
155 "com.android.server.wifi.ConnectionFailureNotificationBuilder.**",