Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/profcollect/src/com/android/server/profcollect/
H A DProfcollectForwardingService.java123 mHandler.sendEmptyMessageDelayed(ProfcollectdHandler.MESSAGE_BINDER_CONNECT, 5000); in tryConnectNativeService()
146 public static final int MESSAGE_BINDER_CONNECT = 0; field in ProfcollectForwardingService.ProfcollectdHandler
151 case MESSAGE_BINDER_CONNECT: in handleMessage()
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
H A DIorapForwardingService.java227 public static final int MESSAGE_BINDER_CONNECT = 0;
234 case MESSAGE_BINDER_CONNECT:
280 mHandler.obtainMessage(BinderConnectionHandler.MESSAGE_BINDER_CONNECT),