Searched refs:isDeleted (Results 1 – 12 of 12) sorted by relevance
138 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()
467 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 …]
7563 if (channel != null && channel.isDeleted()) {
976 public boolean isDeleted() { in isDeleted() method in NotificationChannel1345 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()
378 boolean isDeleted() { in isDeleted() method in Rollback502 if (isDeleted()) { in makeAvailable()
2395 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()
11246 assertThat(mService.getNotificationRecord(nr.getKey()).getChannel().isDeleted()).isFalse();11283 assertThat(parentChannel.isDeleted()).isTrue();
1792 if (!channel.canBubble() || channel.isDeleted()) { in onNotificationChannelModified()
659 Landroid/app/NotificationChannel;->isDeleted()Z
2328 HSPLandroid/app/NotificationChannel;->isDeleted()Z
1036 method public boolean isDeleted();