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.java48 private final ConnectionFailureNotificationBuilder mConnectionFailureNotificationBuilder;
57 ConnectionFailureNotificationBuilder connectionFailureNotificationBuilder, in ConnectionFailureNotifier()
69 filter.addAction(ConnectionFailureNotificationBuilder in ConnectionFailureNotifier()
76 if (TextUtils.equals(action, ConnectionFailureNotificationBuilder in ConnectionFailureNotifier()
79 ConnectionFailureNotificationBuilder in ConnectionFailureNotifier()
83 ConnectionFailureNotificationBuilder in ConnectionFailureNotifier()
DConnectionFailureNotificationBuilder.java32 public class ConnectionFailureNotificationBuilder { class
45 public ConnectionFailureNotificationBuilder(WifiContext context, in ConnectionFailureNotificationBuilder() method in ConnectionFailureNotificationBuilder
DWifiInjector.java231 private final ConnectionFailureNotificationBuilder mConnectionFailureNotificationBuilder;
317 mConnectionFailureNotificationBuilder = new ConnectionFailureNotificationBuilder( in WifiInjector()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConnectionFailureNotifierTest.java67 @Mock private ConnectionFailureNotificationBuilder mConnectionFailureNotificationBuilder;
109 when(intent.getAction()).thenReturn(ConnectionFailureNotificationBuilder in buildBroadcastForRandomizationSettingsDialog()
111 when(intent.getIntExtra(eq(ConnectionFailureNotificationBuilder in buildBroadcastForRandomizationSettingsDialog()
114 eq(ConnectionFailureNotificationBuilder.RANDOMIZATION_SETTINGS_NETWORK_SSID))) in buildBroadcastForRandomizationSettingsDialog()
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp197 "com.android.server.wifi.ConnectionFailureNotificationBuilder",
198 "com.android.server.wifi.ConnectionFailureNotificationBuilder$*",
199 "com.android.server.wifi.ConnectionFailureNotificationBuilder.**",