Home
last modified time | relevance | path

Searched refs:buildNoMacRandomizationSupportNotification (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DConnectionFailureNotificationBuilder.java69 public Notification buildNoMacRandomizationSupportNotification( in buildNoMacRandomizationSupportNotification() method in ConnectionFailureNotificationBuilder
DConnectionFailureNotifier.java101 .buildNoMacRandomizationSupportNotification(config); in showFailedToConnectDueToNoRandomizedMacSupportNotification()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConnectionFailureNotifierTest.java81 .buildNoMacRandomizationSupportNotification(any())).thenReturn(mNotification); in setUp()