Searched refs:isNonblockable (Results 1 – 4 of 4) sorted by relevance
277 assertFalse(mBlockingHelperManager.isNonblockable("orange", "pie")); in testNonBlockable_package()279 assertTrue(mBlockingHelperManager.isNonblockable("banana", "pie")); in testNonBlockable_package()286 assertFalse(mBlockingHelperManager.isNonblockable("strawberry", "shortcake")); in testNonBlockable_channel()288 assertTrue(mBlockingHelperManager.isNonblockable("strawberry", "pie")); in testNonBlockable_channel()
172 public boolean isNonblockable(String packageName, String channelName) { in isNonblockable() method in NotificationBlockingHelperManager
204 boolean isNonblockable, in bindNotification() argument225 mIsNonblockable = isNonblockable; in bindNotification()
539 boolean isNonblockable = mEntry.getChannel().isImportanceLockedByOEM() in getIsNonblockable()542 if (!isNonblockable && mEntry != null && mEntry.mIsSystemNotification != null) { in getIsNonblockable()545 isNonblockable = true; in getIsNonblockable()549 return isNonblockable; in getIsNonblockable()