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.java3248 String zeroString = NotificationManager.Policy.priorityCategoriesToString(0); in testNotificationManagerPolicy_priorityCategoriesToString() local
3249 assertEquals("priorityCategories of 0 produces empty string", "", zeroString); in testNotificationManagerPolicy_priorityCategoriesToString()
3263 String zeroString = NotificationManager.Policy.prioritySendersToString(0); in testNotificationManagerPolicy_prioritySendersToString() local
3264 assertNotNull("prioritySenders of 1 returns a string", zeroString); in testNotificationManagerPolicy_prioritySendersToString()
3265 boolean lengthGreaterThanZero = zeroString.length() > 0; in testNotificationManagerPolicy_prioritySendersToString()
3274 String zeroString = NotificationManager.Policy.suppressedEffectsToString(0); in testNotificationManagerPolicy_suppressedEffectsToString() local
3275 assertEquals("suppressedEffects of 0 produces empty string", "", zeroString); in testNotificationManagerPolicy_suppressedEffectsToString()