Searched defs:nonBlockablePkgs (Results 1 – 2 of 2) sorted by relevance
50 String[] nonBlockablePkgs = new String[2]; in testMarkAppRow_unblockablePackage() local64 String[] nonBlockablePkgs = new String[2]; in testMarkAppRow_unblockableChannelOrPkg() local97 String[] nonBlockablePkgs = new String[2]; in testMarkAppRow_unblockableChannelAndPkg() local113 String[] nonBlockablePkgs = new String[1]; in testMarkAppRow_channelNameWithColons() local126 String[] nonBlockablePkgs = new String[6]; // extra long list with some entries left null in testMarkAppRow_blocklistWithNullEntries() local
62 final String[] nonBlockablePkgs = context.getResources().getStringArray( in loadAppRow() local68 @VisibleForTesting static void markAppRowWithBlockables(String[] nonBlockablePkgs, AppRow row, in markAppRowWithBlockables()