Home | History | Annotate | Download | only in supl_init

Lines Matching defs:Notification

41 public  class Notification extends Asn1Sequence {
47 public Notification() {
71 * Creates a new Notification from encoded stream.
73 public static Notification fromPerUnaligned(byte[] encodedBytes) {
74 Notification result = new Notification();
80 * Creates a new Notification from encoded stream.
82 public static Notification fromPerAligned(byte[] encodedBytes) {
83 Notification result = new Notification();
132 private Notification.requestorIdType requestorId_;
133 public Notification.requestorIdType getRequestorId() {
137 * @throws ClassCastException if value is not a Notification.requestorIdType
140 this.requestorId_ = (Notification.requestorIdType) value;
142 public Notification.requestorIdType setRequestorIdToNewInstance() {
143 requestorId_ = new Notification.requestorIdType();
162 private Notification.clientNameType clientName_;
163 public Notification.clientNameType getClientName() {
167 * @throws ClassCastException if value is not a Notification.clientNameType
170 this.clientName_ = (Notification.clientNameType) value;
172 public Notification.clientNameType setClientNameToNewInstance() {
173 clientName_ = new Notification.clientNameType();
324 return tag == null ? Notification.requestorIdType.getPossibleFirstTags() : ImmutableList.of(tag);
410 return tag == null ? Notification.clientNameType.getPossibleFirstTags() : ImmutableList.of(tag);
722 builder.append("Notification = {\n");