Home
last modified time | relevance | path

Searched defs:nonBlockablePkgs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java50 String[] nonBlockablePkgs = new String[2]; in testMarkAppRow_unblockablePackage() local
64 String[] nonBlockablePkgs = new String[2]; in testMarkAppRow_unblockableChannelOrPkg() local
97 String[] nonBlockablePkgs = new String[2]; in testMarkAppRow_unblockableChannelAndPkg() local
113 String[] nonBlockablePkgs = new String[1]; in testMarkAppRow_channelNameWithColons() local
126 String[] nonBlockablePkgs = new String[6]; // extra long list with some entries left null in testMarkAppRow_blocklistWithNullEntries() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java62 final String[] nonBlockablePkgs = context.getResources().getStringArray( in loadAppRow() local
68 @VisibleForTesting static void markAppRowWithBlockables(String[] nonBlockablePkgs, AppRow row, in markAppRowWithBlockables()