Searched defs:sendEmptyMessage (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DHandler.java41 * {@link #postDelayed}, {@link #sendEmptyMessage},
548 public final boolean sendEmptyMessage(int what) method in class:Handler
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMenuActivity.java566 sendEmptyMessage(PipMenuActivityController.MESSAGE_EXPAND_PIP,
572 sendEmptyMessage(PipMenuActivityController.MESSAGE_MINIMIZE_PIP,
580 sendEmptyMessage(PipMenuActivityController.MESSAGE_DISMISS_PIP,
598 private void sendEmptyMessage(int what, String errorMsg) { method in class:PipMenuActivity

Completed in 118 milliseconds