Redesign channel listing and channel page
Test: atest Bug: 127796543 Fixes: 129452112 Fixes: 129453207 Change-Id: I1d520c9e35860303235b7ffbb18a76cbc4f4b8bc
This commit is contained in:
@@ -360,6 +360,15 @@ public class NotificationBackend {
|
||||
return new ArrayList<>();
|
||||
}
|
||||
|
||||
public boolean showSilentInStatusBar(String pkg) {
|
||||
try {
|
||||
return !sINM.shouldHideSilentStatusIcons(pkg);
|
||||
} catch (Exception e) {
|
||||
Log.w(TAG, "Error calling NoMan", e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
protected void recordAggregatedUsageEvents(Context context, AppRow appRow) {
|
||||
long now = System.currentTimeMillis();
|
||||
long startTime = now - (DateUtils.DAY_IN_MILLIS * DAYS_TO_CHECK);
|
||||
|
Reference in New Issue
Block a user