Searched defs:systemApp (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateNotificationBridge.java114 stats.systemApp = mBackend.isSystemApp(mContext, entry.info);
115 stats.blockable = !stats.systemApp || (stats.systemApp && stats.blocked);
324 public boolean systemApp; field in class:AppStateNotificationBridge.NotificationsSentState
/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java75 row.systemApp = Utils.isSystemPackage(context.getResources(), pm, app);
95 row.systemApp = row.lockedImportance = true;
107 return row.systemApp;
274 public boolean systemApp; field in class:NotificationBackend.AppRow

Completed in 62 milliseconds