HomeSort by relevance Sort by last modified time
    Searched defs:temporary (Results 1 - 2 of 2) sorted by null

  /frameworks/base/awt/java/awt/event/
FocusEvent.java 43 private boolean temporary; field in class:FocusEvent
50 public FocusEvent(Component source, int id, boolean temporary) {
51 this(source, id, temporary, null);
54 public FocusEvent(Component source, int id, boolean temporary, Component opposite) {
56 this.temporary = temporary;
65 return temporary;
92 (temporary ? ",temporary" : ",permanent") + //$NON-NLS-1$ //$NON-NLS-2$
  /external/bluetooth/bluez/src/
device.c 117 gboolean temporary; member in struct:btd_device
681 /* temporary is set if device is going to be removed */
682 data->watch(device, device->temporary,
    [all...]

Completed in 52 milliseconds