Home
last modified time | relevance | path

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

/external/setupcompat/main/java/com/google/android/setupcompat/portal/
DNotificationComponent.java32 @NotificationType private final int notificationType; field in NotificationComponent
35 private NotificationComponent(@NotificationType int notificationType) { in NotificationComponent()
101 public Builder(@NotificationType int notificationType) { in Builder()
/external/swiftshader/src/Vulkan/
DVkDescriptorSet.cpp22 …y &descriptorSets, const PipelineLayout *layout, Device *device, NotificationType notificationType) in ParseDescriptors()