Searched refs:hasPostNotificationsPermission (Results 1 – 2 of 2) sorted by relevance
63 boolean hasPostNotificationsPermission = ContextCompat.checkSelfPermission(this, in onResume()67 if (hasPostNotificationsPermission) { in onResume()
197 if (hasPostNotificationsPermission()) { in showNotification()608 private boolean hasPostNotificationsPermission() { in hasPostNotificationsPermission() method in ByodHelperActivity