Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2096 String zeroString = NotificationManager.Policy.priorityCategoriesToString(0); in testNotificationManagerPolicy_priorityCategoriesToString() local
2097 assertEquals("priorityCategories of 0 produces empty string", "", zeroString); in testNotificationManagerPolicy_priorityCategoriesToString()
2111 String zeroString = NotificationManager.Policy.prioritySendersToString(0); in testNotificationManagerPolicy_prioritySendersToString() local
2112 assertNotNull("prioritySenders of 1 returns a string", zeroString); in testNotificationManagerPolicy_prioritySendersToString()
2113 boolean lengthGreaterThanZero = zeroString.length() > 0; in testNotificationManagerPolicy_prioritySendersToString()
2122 String zeroString = NotificationManager.Policy.suppressedEffectsToString(0); in testNotificationManagerPolicy_suppressedEffectsToString() local
2123 assertEquals("suppressedEffects of 0 produces empty string", "", zeroString); in testNotificationManagerPolicy_suppressedEffectsToString()