Searched refs:shouldDisplayCardIfBlocked (Results 1 – 2 of 2) sorted by relevance
169 if (Utils.shouldDisplayCardIfBlocked(mPermGroupName)) { in onCreate()243 if (Utils.shouldDisplayCardIfBlocked(mPermGroupName)) { in displaySensorCard()
1514 public static boolean shouldDisplayCardIfBlocked(@NonNull String permissionGroupName) { in shouldDisplayCardIfBlocked() method in Utils