Searched refs:commType (Results 1 – 2 of 2) sorted by relevance
272 int commType = dataMap.getInt(Constants.KEY_COMM_TYPE, 0); in onMessageReceived() local274 if (commType == Constants.COMM_TYPE_RESPONSE_PERMISSION_REQUIRED) { in onMessageReceived()286 } else if (commType == Constants.COMM_TYPE_RESPONSE_USER_APPROVED_PERMISSION) { in onMessageReceived()295 } else if (commType == Constants.COMM_TYPE_RESPONSE_USER_DENIED_PERMISSION) { in onMessageReceived()300 } else if (commType == Constants.COMM_TYPE_RESPONSE_DATA) { in onMessageReceived()
381 int commType = dataMap.getInt(Constants.KEY_COMM_TYPE, 0); in onMessageReceived() local383 if (commType == Constants.COMM_TYPE_RESPONSE_PERMISSION_REQUIRED) { in onMessageReceived()395 } else if (commType == Constants.COMM_TYPE_RESPONSE_USER_APPROVED_PERMISSION) { in onMessageReceived()404 } else if (commType == Constants.COMM_TYPE_RESPONSE_USER_DENIED_PERMISSION) { in onMessageReceived()409 } else if (commType == Constants.COMM_TYPE_RESPONSE_DATA) { in onMessageReceived()