Home
last modified time | relevance | path

Searched refs:hasPostNotificationsPermission (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DNotificationActivity.java63 boolean hasPostNotificationsPermission = ContextCompat.checkSelfPermission(this, in onResume()
67 if (hasPostNotificationsPermission) { in onResume()
DByodHelperActivity.java197 if (hasPostNotificationsPermission()) { in showNotification()
608 private boolean hasPostNotificationsPermission() { in hasPostNotificationsPermission() method in ByodHelperActivity