Searched defs:cooked (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/ |
| D | INativeDaemonConnectorCallbacks.java | 24 boolean onEvent(int code, String raw, String[] cooked); in onEvent()
|
| D | NsdService.java | 408 private boolean handleNativeEvent(int code, String raw, String[] cooked) { in handleNativeEvent() 657 final String[] cooked; field in NsdService.NativeEvent 659 NativeEvent(int code, String raw, String[] cooked) { in NativeEvent() 675 public boolean onEvent(int code, String raw, String[] cooked) { in onEvent()
|
| D | MountService.java | 1043 public boolean onEvent(int code, String raw, String[] cooked) { in onEvent() 1049 private boolean onEventLocked(int code, String raw, String[] cooked) { in onEventLocked()
|
| D | NetworkManagementService.java | 796 public boolean onEvent(int code, String raw, String[] cooked) { in onEvent()
|