Searched refs:tagFor (Results 1 – 2 of 2) sorted by relevance
114 final String tag = NetworkNotificationManager.tagFor(id); in verifyTitleByNetwork()166 final String tag = NetworkNotificationManager.tagFor(id); in testNotificationsShownAndCleared()182 final String tag = NetworkNotificationManager.tagFor(102); in testNoInternetNotificationsNotShownForCellular()200 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsNoInternetThenSignIn()222 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsSignInThenNoInternet()243 final String tag = NetworkNotificationManager.tagFor(id); in testClearNotificationByType()
146 final String tag = tagFor(id); in showNotification()307 final String tag = tagFor(id); in clearNotification()344 static String tagFor(int id) { in tagFor() method in NetworkNotificationManager