Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java3273 String zeroString = NotificationManager.Policy.priorityCategoriesToString(0); in testNotificationManagerPolicy_priorityCategoriesToString() local
3274 assertEquals("priorityCategories of 0 produces empty string", "", zeroString); in testNotificationManagerPolicy_priorityCategoriesToString()
3288 String zeroString = NotificationManager.Policy.prioritySendersToString(0); in testNotificationManagerPolicy_prioritySendersToString() local
3289 assertNotNull("prioritySenders of 1 returns a string", zeroString); in testNotificationManagerPolicy_prioritySendersToString()
3290 boolean lengthGreaterThanZero = zeroString.length() > 0; in testNotificationManagerPolicy_prioritySendersToString()
3299 String zeroString = NotificationManager.Policy.suppressedEffectsToString(0); in testNotificationManagerPolicy_suppressedEffectsToString() local
3300 assertEquals("suppressedEffects of 0 produces empty string", "", zeroString); in testNotificationManagerPolicy_suppressedEffectsToString()