Home
last modified time | relevance | path

Searched refs:isDemoted (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationInfoTest.java91 assertTrue(conversationInfo.isDemoted()); in testBuild()
118 assertFalse(conversationInfo.isDemoted()); in testBuildEmpty()
269 assertTrue(conversationInfoFromBackup.isDemoted()); in testBuildFromBackupPayload()
323 assertTrue(conversationInfoFromBackup.isDemoted()); in testBuildFromProtoPayload()
DDataManagerTest.java884 assertFalse(conversationInfo.isDemoted()); in testNotificationChannelCreated()
909 assertFalse(conversationInfo.isDemoted()); in testNotificationChannelModified()
938 assertFalse(conversationInfo.isDemoted()); in testNotificationChannelDeleted()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLoggerImpl.java48 /* bool is_conversation_demoted */ channel.isDemoted(), in logNotificationChannel()
DPreferencesHelper.java745 public void setInvalidMsgAppDemoted(String packageName, int uid, boolean isDemoted) { in setInvalidMsgAppDemoted() argument
748 r.userDemotedMsgApp = isDemoted; in setInvalidMsgAppDemoted()
1587 && !nc.isDemoted() in getConversations()
1634 && !nc.isDemoted()) { in getConversations()
2312 event.writeBoolean(channel.isDemoted()); in pullPackageChannelPreferencesStats()
DNotificationRecord.java1542 if (mChannel.isDemoted() || mAppDemotedFromConvo) { in isConversation()
DNotificationManagerService.java3760 public void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted) {
3762 mPreferencesHelper.setInvalidMsgAppDemoted(pkg, uid, isDemoted);
/frameworks/base/core/java/android/app/
DNotificationChannel.java913 public boolean isDemoted() { in isDemoted() method in NotificationChannel
1195 if (isDemoted()) { in writeXml()
1196 out.attributeBoolean(null, ATT_DEMOTE, isDemoted()); in writeXml()
1350 && isDemoted() == that.isDemoted() in equals()
DINotificationManager.aidl67 void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted); in setInvalidMsgAppDemoted() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java263 assertTrue(mEntry.isDemoted()); in testIsStickyAndNotDemoted_noFlagAndNotDemoted_demoteAndReturnFalse()
278 assertFalse(mEntry.isDemoted()); in testIsStickyAndNotDemoted_hasFlagAndNotDemoted_returnTrue()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java222 public boolean isDemoted() { in isDemoted() method in ConversationInfo
307 if (isDemoted()) { in toString()
DDataManager.java280 if (conversationInfo == null || conversationInfo.isDemoted()) { in getConversationChannel()
1277 builder.setDemoted(channel.isDemoted()); in onNotificationChannelModified()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java211 public boolean isDemoted() { in isDemoted() method in NotificationEntry
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java1314 final boolean isDemoted = in getEffectivePriority()
1319 if (isDemoted) { in getEffectivePriority()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java399 assertEquals(expected.isDemoted(), actual.isDemoted()); in compareChannels()
/frameworks/base/core/api/
Dcurrent.txt6745 method public boolean isDemoted();