Searched refs:oneString (Results 1 – 1 of 1) sorted by relevance
2553 String oneString = NotificationManager.Policy.priorityCategoriesToString(1); in testNotificationManagerPolicy_priorityCategoriesToString() local2554 assertNotNull("priorityCategories of 1 returns a string", oneString); in testNotificationManagerPolicy_priorityCategoriesToString()2555 boolean lengthGreaterThanZero = oneString.length() > 0; in testNotificationManagerPolicy_priorityCategoriesToString()2581 String oneString = NotificationManager.Policy.suppressedEffectsToString(1); in testNotificationManagerPolicy_suppressedEffectsToString() local2582 assertNotNull("suppressedEffects of 1 returns a string", oneString); in testNotificationManagerPolicy_suppressedEffectsToString()2583 boolean lengthGreaterThanZero = oneString.length() > 0; in testNotificationManagerPolicy_suppressedEffectsToString()