From 12c4b964dfe9412ef62f20afa6b295968d2e5f06 Mon Sep 17 00:00:00 2001 From: Nate Jiang Date: Tue, 20 Aug 2019 17:20:34 -0700 Subject: [NetworkSuggestion] change notification content Change the notification content of first time apply network suggestion Test: acts WifiNetworkSuggestionTest Bug: 139037269 Change-Id: I1e831b5322e12f030388c7ca81a6456ec77009ed --- .../com/android/server/wifi/WifiNetworkSuggestionsManagerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/wifitests/src/com/android') diff --git a/tests/wifitests/src/com/android/server/wifi/WifiNetworkSuggestionsManagerTest.java b/tests/wifitests/src/com/android/server/wifi/WifiNetworkSuggestionsManagerTest.java index 9b462681a..ae4da66d6 100644 --- a/tests/wifitests/src/com/android/server/wifi/WifiNetworkSuggestionsManagerTest.java +++ b/tests/wifitests/src/com/android/server/wifi/WifiNetworkSuggestionsManagerTest.java @@ -20,7 +20,7 @@ import static android.app.AppOpsManager.MODE_ALLOWED; import static android.app.AppOpsManager.MODE_IGNORED; import static android.app.AppOpsManager.OPSTR_CHANGE_WIFI_STATE; import static android.app.AppOpsManager.OP_CHANGE_WIFI_STATE; -import static android.app.Notification.EXTRA_TEXT; +import static android.app.Notification.EXTRA_BIG_TEXT; import static com.android.server.wifi.WifiNetworkSuggestionsManager.NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION; import static com.android.server.wifi.WifiNetworkSuggestionsManager.NOTIFICATION_USER_DISALLOWED_APP_INTENT_ACTION; @@ -2196,7 +2196,7 @@ public class WifiNetworkSuggestionsManagerTest { private boolean checkUserApprovalNotificationParams( Notification notification, String expectedAppName) { - if (!notification.extras.getString(EXTRA_TEXT).contains(expectedAppName)) return false; + if (!notification.extras.getString(EXTRA_BIG_TEXT).contains(expectedAppName)) return false; return true; } -- cgit v1.2.3