Searched refs:TRANSACTION_GET_PID (Results 1 – 1 of 1) sorted by relevance
215 service.transact(RemoteService.TRANSACTION_GET_PID, data, reply, 0 /* flags */); in onServiceConnected()233 static final int TRANSACTION_GET_PID = Binder.FIRST_CALL_TRANSACTION; field in ServiceTest.RemoteService254 if (code == TRANSACTION_GET_PID) { in onBind()