Searched refs:appRow (Results 1 – 2 of 2) sorted by relevance
47 AppRow appRow = new AppRow(); in testMarkAppRow_unblockablePackage() local49 appRow.pkg = packageName; in testMarkAppRow_unblockablePackage()53 NotificationBackend.markAppRowWithBlockables(nonBlockablePkgs, appRow, packageName); in testMarkAppRow_unblockablePackage()56 assertTrue(appRow.lockedImportance); in testMarkAppRow_unblockablePackage()57 assertNull(appRow.lockedChannelId); in testMarkAppRow_unblockablePackage()94 AppRow appRow = new AppRow(); in testMarkAppRow_unblockableChannelAndPkg() local96 appRow.pkg = packageName; in testMarkAppRow_unblockableChannelAndPkg()100 NotificationBackend.markAppRowWithBlockables(nonBlockablePkgs, appRow, packageName); in testMarkAppRow_unblockableChannelAndPkg()103 assertTrue(appRow.lockedImportance); in testMarkAppRow_unblockableChannelAndPkg()104 assertEquals("SpecificChannel", appRow.lockedChannelId); in testMarkAppRow_unblockableChannelAndPkg()[all …]
1341 AppRow appRow = backend.loadAppRow(context, context.getPackageManager(), appEntry.info);1342 return getNotificationSummary(appRow, context);1345 public static CharSequence getNotificationSummary(AppRow appRow, Context context) {