Home
last modified time | relevance | path

Searched refs:BIND_APPLICATION_TIMEOUT_MSG (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1642 static final int BIND_APPLICATION_TIMEOUT_MSG = 82; field in ActivityManagerService
1995 case BIND_APPLICATION_TIMEOUT_MSG: { in handleMessage()
4818 Message msg = mHandler.obtainMessage(BIND_APPLICATION_TIMEOUT_MSG); in attachApplicationLocked()
4897 mHandler.removeMessages(BIND_APPLICATION_TIMEOUT_MSG, app); in finishAttachApplicationInner()