Searched refs:RSP_IS_INACTIVE (Results 1 – 2 of 2) sorted by relevance
42 public static final int RSP_IS_INACTIVE = BASE + 1; field in DcAsyncChannel66 sCmdToString[RSP_IS_INACTIVE - BASE] = "RSP_IS_INACTIVE";147 if ((response != null) && (response.what == RSP_IS_INACTIVE)) { in isInactiveSync()
1125 mAc.replyToMessage(msg, DcAsyncChannel.RSP_IS_INACTIVE, val ? 1 : 0); in processMessage()