HomeSort by relevance Sort by last modified time
    Searched refs:banned (Results 1 - 24 of 24) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
BlockPreferenceController.java 62 return !mAppRow.systemApp || (mAppRow.systemApp && mAppRow.banned);
81 bar.setChecked(!mAppRow.banned
84 bar.setChecked(!mAppRow.banned && !mChannelGroup.isBlocked());
86 bar.setChecked(!mAppRow.banned);
106 if (mAppRow.banned != blocked) {
107 mAppRow.banned = blocked;
115 mAppRow.banned = blocked;
NotificationPreferenceController.java 74 if (mAppRow.banned) {
NotificationBackend.java 60 row.banned = getNotificationsBanned(row.pkg, row.uid);
272 public boolean banned; field in class:NotificationBackend.AppRow
VisibilityPreferenceController.java 61 if (mChannel == null || mAppRow.banned) {
NotificationSettingsBase.java 415 if (mAppRow == null || mAppRow.banned) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
BlockPreferenceControllerTest.java 150 appRow.banned = true;
158 appRow.banned = false;
175 appRow.banned = true;
182 appRow.banned = false;
199 appRow.banned = true;
206 appRow.banned = false;
245 assertTrue(appRow.banned);
249 assertFalse(appRow.banned);
NotificationsOffPreferenceControllerTest.java 70 appRow.banned = true;
124 appRow.banned = true;
AppLinkPreferenceControllerTest.java 82 appRow.banned = true;
DeletedChannelsPreferenceControllerTest.java 76 appRow.banned = true;
HeaderPreferenceControllerTest.java 93 appRow.banned = true;
AllowSoundPreferenceControllerTest.java 102 appRow.banned = true;
ImportancePreferenceControllerTest.java 97 appRow.banned = true;
BadgePreferenceControllerTest.java 91 appRow.banned = true;
NotificationPreferenceControllerTest.java 97 appRow.banned = true;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
AppNotificationPreferenceControllerTest.java 117 appRow.banned = true;
126 appRow.banned = false;
136 appRow.banned = false;
148 appRow.banned = false;
157 appRow.banned = false;
  /external/curl/src/
tool_doswin.c 104 All banned characters are replaced by underscores, for example:
190 /* replace control characters and other banned characters */
192 const char *banned; local
201 for(banned = "|<>\"?*"; *banned; ++banned) {
202 if(*p == *banned) {
  /packages/apps/Settings/src/com/android/settings/applications/appinfo/
AppNotificationPreferenceController.java 84 if (appRow.banned) {
  /external/curl/lib/
checksrc.pl 51 'BANNEDFUNC' => 'a banned function was used',
457 # scan for use of banned functions
468 "use of $2 is banned");
  /prebuilts/go/darwin-x86/src/html/template/
error.go 73 // are banned in tag names, attribute names, and unquoted attribute
  /prebuilts/go/linux-x86/src/html/template/
error.go 73 // are banned in tag names, attribute names, and unquoted attribute
  /frameworks/base/tools/apilint/
apilint.py     [all...]
  /build/make/core/
main.mk 126 # some typically banned classes
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar 

Completed in 621 milliseconds