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

  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 52 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 81 public long notifyANR(InputApplicationHandle inputApplicationHandle,
InputManager.java 547 public long notifyANR(InputApplicationHandle inputApplicationHandle,
549 return mWindowManagerService.mInputMonitor.notifyANR(
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 63 jmethodID notifyANR;
200 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
530 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
533 LOGD("notifyANR");
544 gCallbacksClassInfo.notifyANR, inputApplicationHandleObj, inputWindowHandleObj);
545 if (checkAndClearExceptionFromCallback(env, "notifyANR")) {
    [all...]

Completed in 74 milliseconds