Home
last modified time | relevance | path

Searched refs:isDeleted (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/
DRollbackUnitTest.java138 assertThat(rollback.isDeleted()).isTrue(); in deletedRollbackCannotBeMadeAvailable()
143 assertThat(rollback.isDeleted()).isTrue(); in deletedRollbackCannotBeMadeAvailable()
236 assertThat(rollback.isDeleted()).isTrue(); in snapshotWhenDeleted()
267 assertThat(rollback.isDeleted()).isTrue(); in snapshotThenDeleteNoApex()
290 assertThat(rollback.isDeleted()).isTrue(); in snapshotThenDeleteWithApex()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java467 if (!nc.isDeleted()) { in isDeletionOk()
718 if (!channel.isDeleted()) { in writePackageXml()
985 if (existing.isDeleted()) { in createNotificationChannel()
1122 if (channel == null || channel.isDeleted()) { in unlockNotificationChannelImportance()
1143 if (channel == null || channel.isDeleted()) { in updateNotificationChannel()
1328 if (nc != null && (includeDeleted || !nc.isDeleted())) { in getConversationNotificationChannel()
1341 && (includeDeleted || !nc.isDeleted())) { in findConversationChannel()
1360 && !nc.isDeleted()) { in getNotificationChannelsByConversationId()
1392 if (!channel.isDeleted()) { in deleteNotificationChannelLocked()
1507 if (includeDeleted || !nc.isDeleted()) { in getNotificationChannelGroupWithChannels()
[all …]
DNotificationManagerService.java7563 if (channel != null && channel.isDeleted()) {
/frameworks/base/core/java/android/app/
DNotificationChannel.java976 public boolean isDeleted() { in isDeleted() method in NotificationChannel
1345 if (isDeleted()) { in writeXml()
1346 out.attributeBoolean(null, ATT_DELETED, isDeleted()); in writeXml()
1420 record.put(ATT_DELETED, Boolean.toString(isDeleted())); in toJson()
1536 && isDeleted() == that.isDeleted() in equals()
1561 mVibrationEnabled, mShowBadge, isDeleted(), getDeletedTimeMs(), in hashCode()
/frameworks/base/services/core/java/com/android/server/rollback/
DRollback.java378 boolean isDeleted() { in isDeleted() method in Rollback
502 if (isDeleted()) { in makeAvailable()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java2395 assertTrue(response.isDeleted()); in testGetDeletedChannel()
4907 assertTrue(nc1.isDeleted()); in testDeleted_recentTime()
4920 assertTrue(nc.isDeleted()); in testDeleted_recentTime()
4931 assertTrue(nc1.isDeleted()); in testUnDelete_time()
4938 assertFalse(nc1.isDeleted()); in testUnDelete_time()
DNotificationManagerServiceTest.java11246 assertThat(mService.getNotificationRecord(nr.getKey()).getChannel().isDeleted()).isFalse();
11283 assertThat(parentChannel.isDeleted()).isTrue();
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1792 if (!channel.canBubble() || channel.isDeleted()) { in onNotificationChannelModified()
/frameworks/base/config/
Dboot-profile.txt659 Landroid/app/NotificationChannel;->isDeleted()Z
Dboot-image-profile.txt2328 HSPLandroid/app/NotificationChannel;->isDeleted()Z
/frameworks/base/core/api/
Dsystem-current.txt1036 method public boolean isDeleted();
/frameworks/base/boot/
Dboot-image-profile.txt2328 HSPLandroid/app/NotificationChannel;->isDeleted()Z