Home
last modified time | relevance | path

Searched defs:getDeleted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DZipEntry.h155 bool getDeleted(void) const { return mDeleted; } in getDeleted() function
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLogger.java193 public static NotificationChannelEvent getDeleted(@NonNull NotificationChannel channel) { in getDeleted() method in NotificationChannelLogger.NotificationChannelEvent