Searched defs:myType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DRMINotifTest.java194 ntfTypes[0] = myType;
219 notif = new Notification(myType, this, i);
224 private String myType = "notification.my_notification"; field in class:RMINotifTest.NotificationEmitter
H A DNotSerializableNotifTest.java192 final String[] ntfTypes = {myType};
211 notif = new Notification(myType, this, i);
226 notif = new Notification(myType, this, i);
232 private final String myType = "notification.my_notification"; field in class:NotSerializableNotifTest.NotificationEmitter
H A DUnexpectedNotifTest.java197 ntfTypes[0] = myType;
218 notif = new Notification(myType, this, ++seqno);
223 private String myType = "notification.my_notification"; field in class:UnexpectedNotifTest.NotificationEmitter
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DAttributeClass.java31 private int myType; field in class:AttributeClass
73 myType = type;
79 return (byte)myType;

Completed in 33 milliseconds