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.java2550 String zeroString = NotificationManager.Policy.priorityCategoriesToString(0); in testNotificationManagerPolicy_priorityCategoriesToString() local
2551 assertEquals("priorityCategories of 0 produces empty string", "", zeroString); in testNotificationManagerPolicy_priorityCategoriesToString()
2566 String zeroString = NotificationManager.Policy.prioritySendersToString(0); in testNotificationManagerPolicy_prioritySendersToString() local
2567 assertNotNull("prioritySenders of 1 returns a string", zeroString); in testNotificationManagerPolicy_prioritySendersToString()
2568 boolean lengthGreaterThanZero = zeroString.length() > 0; in testNotificationManagerPolicy_prioritySendersToString()
2578 String zeroString = NotificationManager.Policy.suppressedEffectsToString(0); in testNotificationManagerPolicy_suppressedEffectsToString() local
2579 assertEquals("suppressedEffects of 0 produces empty string", "", zeroString); in testNotificationManagerPolicy_suppressedEffectsToString()