Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/aidl/android/content/pm/
DPackageChangeEvent.aidl31 boolean isDeleted;
/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/
DRollbackUnitTest.java137 assertThat(rollback.isDeleted()).isTrue(); in deletedRollbackCannotBeMadeAvailable()
142 assertThat(rollback.isDeleted()).isTrue(); in deletedRollbackCannotBeMadeAvailable()
235 assertThat(rollback.isDeleted()).isTrue(); in snapshotWhenDeleted()
266 assertThat(rollback.isDeleted()).isTrue(); in snapshotThenDeleteNoApex()
289 assertThat(rollback.isDeleted()).isTrue(); in snapshotThenDeleteWithApex()
/frameworks/base/core/java/android/app/
DNotificationChannel.java824 public boolean isDeleted() { in isDeleted() method in NotificationChannel
1079 if (isDeleted()) { in writeXml()
1080 out.attributeBoolean(null, ATT_DELETED, isDeleted()); in writeXml()
1151 record.put(ATT_DELETED, Boolean.toString(isDeleted())); in toJson()
1243 && isDeleted() == that.isDeleted() in equals()
1267 isFgServiceShown(), mVibrationEnabled, mShowBadge, isDeleted(), getDeletedTimeMs(), in hashCode()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java448 if (!nc.isDeleted()) { in isDeletionOk()
654 if (!channel.isDeleted()) { in writeXml()
921 if (existing.isDeleted()) { in createNotificationChannel()
1061 if (channel == null || channel.isDeleted()) { in unlockNotificationChannelImportance()
1081 if (channel == null || channel.isDeleted()) { in updateNotificationChannel()
1156 if (nc != null && (includeDeleted || !nc.isDeleted())) { in getConversationNotificationChannel()
1169 && (includeDeleted || !nc.isDeleted())) { in findConversationChannel()
1188 && !nc.isDeleted()) { in getNotificationChannelsByConversationId()
1219 if (!channel.isDeleted()) { in deleteNotificationChannelLocked()
1335 if (includeDeleted || !nc.isDeleted()) { in getNotificationChannelGroupWithChannels()
[all …]
/frameworks/base/services/core/java/com/android/server/rollback/
DRollback.java353 boolean isDeleted() { in isDeleted() method in Rollback
472 if (isDeleted()) { in makeAvailable()
/frameworks/base/services/core/java/com/android/server/pm/
DDeletePackageHelper.java857 pkgChangeEvent.isDeleted = true; in notifyPackageChangeObserversOnDelete()
DInstallPackageHelper.java2390 pkgChangeEvent.isDeleted = false; in notifyPackageChangeObserversOnUpdate()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1923 assertTrue(response.isDeleted()); in testGetDeletedChannel()
4311 assertTrue(nc1.isDeleted()); in testDeleted_recentTime()
4327 assertTrue(nc.isDeleted()); in testDeleted_recentTime()
4341 assertTrue(nc1.isDeleted()); in testUnDelete_time()
4347 assertFalse(nc1.isDeleted()); in testUnDelete_time()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1252 if (!channel.canBubble() || channel.isDeleted()) { in onNotificationChannelModified()
/frameworks/base/config/
Dboot-profile.txt659 Landroid/app/NotificationChannel;->isDeleted()Z
Dboot-image-profile.txt2307 HSPLandroid/app/NotificationChannel;->isDeleted()Z
/frameworks/base/core/api/
Dsystem-current.txt881 method public boolean isDeleted();
/frameworks/base/boot/
Dboot-image-profile.txt2307 HSPLandroid/app/NotificationChannel;->isDeleted()Z
/frameworks/base/services/
Dart-profile42967 PLcom/android/server/rollback/Rollback;->isDeleted()Z